This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.x] Add onnx export operator unit tests. (#20192)
* Add onnx operator export unit tests for reciprocal, power, broadcast_power, sqrt, depth_to_space and space_to_depth operators. * Add onnx operator export unit test for square operator. * Update export operators for broadcast_logical_and, broadcast_logical_or, broadcast_logical_xor. * Add onnx export unit tests for shape_array, hard_sigmoid, broadcast_lesser, broadcast_greater, log_softmax, broadcast_logical_and, broadcast_logical_or, broadcast_logical_xor. * Fix logical_not export by casting, add export unit tests for broadcast_to and logical_not. * Fix random_uniform and random_uniform_like to use proper data types and add unit tests. * Onnxruntime does not support float64 dtype for reciprocal. * Fix random_normal export function to include output dtype, add operator export unit test. * Fix syntax. * Fix pylint, add operator unit test for ROIPooling.
- Loading branch information
1 parent
cdb901a
commit 94fe808
Showing
2 changed files
with
293 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.