openvino/runtime/bindings/python
Yegor Kruglov 90a140ae98
Extend MO/nGraph for operation MaxPool-8 (#6776)
* MO update for MaxPool-8

* using attrs in op constructor

* remove pads_value attr and pad fusing

* added axis and index_element_type parameters

* updated mo maxpool-8

* added maxpool-8->maxpool-1 transformation, disabled Pad to MaxPool fusing

* added remove_values_output to pooling extractors

* moved remove_values_output attribute to pooling infer function

* fixed ir_comparator tests

* disabled pad to maxpool fusing test

* added downgrade transformation test

* downgrade transformation update

* updated ir reader and tf pooling layer tests

* updated onnx pooling layer tests and MO infer unit test

* updated ir reader extender

* uncommented layer tests code

* disabled MaxPool-8 python binding test

* comment resolving, removed PadMaxPool fusing

* removed test

* downgrade transformation fix, MO codestyle changes

* removed axis check from downgrade transformation

* mark max_pool_test as xfail

* updated downgrade transformation test

* using OPENVINO_RTTI
2021-10-29 14:47:00 +03:00
..
docs [Python API] Move samples and docs to the new directory (#7851) 2021-10-14 14:49:35 +03:00
src [PYTHON] Expose Layout class (#7578) 2021-10-28 19:46:50 +03:00
tests Extend MO/nGraph for operation MaxPool-8 (#6776) 2021-10-29 14:47:00 +03:00
tests_compatibility Extend MO/nGraph for operation MaxPool-8 (#6776) 2021-10-29 14:47:00 +03:00
thirdparty [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
.clang-format [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
.gitignore [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
BUILDING.md New IRC package structure (#6255) 2021-09-15 16:49:11 +03:00
CMakeLists.txt [New Python API] Add new python API based on pybind11 (#7752) 2021-10-05 13:55:54 +03:00
requirements.txt [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
requirements_test.txt [Python API] move ngraph python api to the new location (#7364) 2021-09-09 13:41:11 +03:00
setup.py [PYTHON API] Expose ngraph bindings as part of openvino API (#8027) 2021-10-18 21:36:48 +02:00
tox.ini [PYTHON API] Expose ngraph bindings as part of openvino API (#8027) 2021-10-18 21:36:48 +02:00