* Preprocessing: convert_layout<std::vector<uint64_t>> implementation
User is able to use this version without specifying layout explicitly
Same version of convert_layout is added for post-processing
Added usage of new convert_layout to ie_network_reader
* Fix review comment
* New version of PriorBox operation to add new 'min_max_aspect_ratios_order' attribute
* Apply suggestions from code review
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Added transposes insertion for Parameter and Result.
* Separated into several transformations.
* Corrected runtime_info format.
* Fixed runtime info serialization.
* Code refactoring.
* Corrected checks.
* Added debug output.
* Added check.
* Fixed unit tests.
* Changed old api map format, removed debug output.
* Moved serialize to rt_info property, code corrections.
* Refactored RTInfo class.
* Small corrections.
* Small corrections.
* Removed redurant import.
* Added tests, added undefined default type.
* Code reformat.
* Fixed serialization unit tests.
* Added comment.
* Added comment.
* Small test correction.
* Changed default values of old_api_map to values from old API IR.
* np.array -> int64_array
* Update MO to use FE to read IR; Swith MO IR version to 11
* Preserve output node name when inserting Transpose
* Codestyle
* Fix layer tests
* Pylint fix
* Disable ref_graphs comparision in layer tests
* codestyle
* Updated MO IR reader.
* Moved version initialization to constructor of OldApiMap.
* Added shape infer after transpose insertion.
* Fixed Pylint
* Removed wrong attribute removal.
* Added transposes insertion for Parameter and Result.
* Separated into several transformations.
* Corrected runtime_info format.
* Fixed runtime info serialization.
* Code refactoring.
* Corrected checks.
* Added debug output.
* Added check.
* Fixed unit tests.
* Changed old api map format, removed debug output.
* Moved serialize to rt_info property, code corrections.
* Refactored RTInfo class.
* Small corrections.
* Small corrections.
* Removed redurant import.
* Added tests, added undefined default type.
* Code reformat.
* Fixed serialization unit tests.
* Added comment.
* Added comment.
* Small test correction.
* Changed default values of old_api_map to values from old API IR.
* np.array -> int64_array
* Update MO to use FE to read IR; Swith MO IR version to 11
* Preserve output node name when inserting Transpose
* Codestyle
* Fix layer tests
* Pylint fix
* Disable ref_graphs comparision in layer tests
* codestyle
* Updated MO IR reader.
* Moved version initialization to constructor of OldApiMap.
* Added shape infer after transpose insertion.
* Fixed Pylint
* Removed wrong attribute removal.
* Serialize fix.
Co-authored-by: Gleb Kazantaev <gleb.kazantaev@intel.com>
* doc of paddle 2nd batch operations support
* Modified based on UX/DX Team feedback
* update the example command in Convert_Model_From_Paddle.m
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: meiyang-intel <yang.mei@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
* Written nGraph version of the MO transformation SplitConcatPairToInterpolate.
* Small fix.
* Started to write tests for the transformation.
* Small fixes.
* Written more tests.
* Deleted commented code.
* Deleted debug prints.
* Added the transformation SplitConcatPairToInterpolateFusion into common_fusions.
* Small fix.
* Relaced std::set by std::unordered_set.
* Now the function grouped_vector is not template function.
* Small simplification.
* Deleted commented code.
* Now std::pair is used instead of SplitAndScale.
* Enabled the transformation SplitConcatPairToInterpolateFusion and added it into MOCTransformations pipeline.
* Removed the transformation from common_optimization.cpp.
* Small fixes.
* Added comment to the function grouped_vector.
* Deleted the local variable result from the function get_split_before_concat().
* Small change.
* Added comments for the conditions on input rank.
* Used std::tie instead of .first and .second.
* Skipped the ngraph namespace specification in the transformation callback.
* Got rid of std::unordered_set of std::shared_ptr<ngraph::opset8::Split>.
* size_t was replaced with uint64_t.
* Added descrption of the transformation.
* Small fix.
* Added condition that scale_factor != 1.
* Added more tests. Also the transformation has boolean parameter use_shape_for_elimination.
* Small fix.
* Written CPU layer tests for the nGraph transformation SplitConcatPairToInterpolateFusion.
* Some fixes.
* Added tests for the case of dynamic input shapes.
* add "" for windows in cmd line
* requirements test
* requirements test
* add requests in requirements
* add scipy in requirements
* add executable python for prepare models
* remove extra requirements
* add window for supported in memcheck tests
* add scipy in requirements
* change check of product_type
* add return for windows
* change form of return arg in run_memcheck
* change form of return arg in run_memcheck
* remove windows check
* change return format
* remove empty line
* change downloader_path
* ngraph functio sample
* Fixes
* OV2.0: NV12 hello classification with new preprocessing API
* Fix clang-format
* Rewrote several samples
* Some updates
* clang-format
* Fixed TODO
* Fixed comments and improved samples
* Preprocessing comments
* clang-format
* Fixed comment
* Fixed Windows
* Added back Blob support to ClassificationResult
Co-authored-by: Michael Nosov <mikhail.nosov@intel.com>
* Move extra TF Frontend headers to src
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Load a model by GraphIterator
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply code style
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Avoid use of InputModelTF in FrontEndTF API and correct a comment
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply code style
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Apply code style
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Enable unit tests in azure
* fix build
* check w/o installing to the package
* return to the package
* remove from the package again and set path to bin for tf unit tests
* Azure CI: set lib path for tf tests
* Azure CI: set correct path for tf tests on Win
* Azure CI: fix test start directory
* fix cmake file
* resolve review comments
* fix destination paths, fix comments
* Add specifiation for GatherND_8 operation
* Update formula
* Add links to op spec
* Fix existed and add new example
* Correct output shape formula
* Add restriction for batch_dims values
* Add reference for gatherND-8 operation
* Update batch_dims=3 example
* Fix output shape in example
* fix lines length
* Fix typo
* Fix wrong shape
* Update note about calculation of out shape
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>