openvino/model-optimizer/unit_tests/extensions/front/caffe
Yegor Kruglov abb1ca657e
Implementation of ArgMin ONNX + TF extractors (#5126)
* implement argmin extractors

* reconsidering argmax to topk

* arg ops refactoring

* rename ArgMaxToTopK

* added unittests

* update docs

* move unittest file to new folder

* conversations resolving

* revert changes with argmax.py, move argmin op to a new file

* rename ArgMaxSqueeze

* updated BOM file

* little fix

* code refactoring in ArgMaxOp, updated unittests

Co-authored-by: yegor.kruglov <ykruglov@nnlvdp-mkaglins.inn.intel.com>
2021-05-06 13:41:49 +03:00
..
MVNCaffeToMVN_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
accum_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
argmax_ext_test.py Implementation of ArgMin ONNX + TF extractors (#5126) 2021-05-06 13:41:49 +03:00
axpy_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
bn_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
correlation_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
ctcgreedydecoder_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
data_augmentation_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
elementwise_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
eltwise_add_normalize_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
elu_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
grn_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
pooling_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
power_file_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
prelu_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
proposal_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
proposal_python_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
regionyolo_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
reorgyolo_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
simplernms_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00
spatial_transformer_ext_test.py Moved MO unit test files to a separate directory (#5312) 2021-04-20 14:47:18 +03:00