-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce CenterCropPad, add
axes
to Pad (onnx#4190)
* Introduce ai.onnx.image.CenterCropPad Signed-off-by: Joaquin Anton <[email protected]> * Remove ai.onnx.image domain Signed-off-by: Joaquin Anton <[email protected]> * Add Pad axes Signed-off-by: Joaquin Anton <[email protected]> * Add axes to Shape, update CenterCropPad to work with arbitrary axes Signed-off-by: Joaquin Anton <[email protected]> * Fix shape inference file Signed-off-by: Joaquin Anton <[email protected]> * Undo Shape-17 Signed-off-by: Joaquin Anton <[email protected]> * Update doc Signed-off-by: Joaquin Anton <[email protected]> * Linter fix Signed-off-by: Joaquin Anton <[email protected]> * Create Const directly from attribute Signed-off-by: Joaquin Anton <[email protected]> * Move to opset 18 Signed-off-by: Joaquin Anton <[email protected]> * Apply clang-format Signed-off-by: Joaquin Anton <[email protected]> * Update opset in shape_inference_tests Signed-off-by: Joaquin Anton <[email protected]> * Fix shape inference tests Signed-off-by: Joaquin Anton <[email protected]> * Add automatic upgrade test Signed-off-by: Joaquin Anton <[email protected]> * Update CenterCropPad tests Signed-off-by: Joaquin Anton <[email protected]> * Refactor tests Signed-off-by: Joaquin Anton <[email protected]> * Update tests Signed-off-by: Joaquin Anton <[email protected]> * Check for repeated axes Signed-off-by: Joaquin Anton <[email protected]> * Fix flake8 issues Signed-off-by: Joaquin Anton <[email protected]> * Fix clang-format issue Signed-off-by: Joaquin Anton <[email protected]> * Fix CenterCropPad tests with axes Signed-off-by: Joaquin Anton <[email protected]> * Update doc Signed-off-by: Joaquin Anton <[email protected]>
- Loading branch information
1 parent
11044ce
commit a589643
Showing
60 changed files
with
1,143 additions
and
41 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.