openvino/model-optimizer/unit_tests/extensions/front/onnx
Gleb Kazantaev 2a970a56d3
Enable common optimizations on MO (#6245)
* Enable common optimizations on MO

* Added tensor name tracking; updated tests

* Disable DilatedConvolution transform

* Fix TopK3 transformation

* Codestyle fix

* Update tensor name logic

* Fix scatter nd shape inference for dynamic shape

* Update FrameworkNode to propagate dynamic output shape

* Enable HSwish in MO that is missing in nGrpah

* Cleanup MO and IE code

* Fix review comments

* Fix unit test
2021-07-09 00:38:07 +03:00
..
AttributedSliceToSlice_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
MvnOnnxToMvn_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
__init__.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
activation_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
affine_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
conv_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
crop_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
detection_output_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
gru_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
image_scaler_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
instance_normalization_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
lstm_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
normalize_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
pad_converter_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
pad_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
priorbox_clustered_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
priorbox_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
rnn_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
squeeze_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
transpose_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
unsqueeze_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
upsample_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00