- 03 Mar, 2020 1 commit
-
-
Scott Cyphers authored
* Allow for opset extensions * Remove raw pointer from OpSet (#4395) * style Co-authored-by: Ilya Churaev <ilyachur@gmail.com>
-
- 06 Feb, 2020 1 commit
-
-
AnastasiaKazantaeva authored
* Failed test if not v1 with error Unsupported ops detected * Python test for execution unit-test * Finilize printing csv file with opset1 * Finilize test development * style-check * Fixed ov_runtime tensor * Fixed code style * Apply suggestions from code review Co-Authored-By: Geoffrey Wenger <geoffrey.wenger@intel.com> * Fixed comments Co-authored-by: Ilya Churaev <ilyachur@gmail.com> Co-authored-by: Geoffrey Wenger <geoffrey.wenger@intel.com>
-
- 10 Jan, 2020 1 commit
-
-
Mateusz Bencer authored
* Add using Reshape:v1 * Use Reshape:v0 in group_conv * Use Reshape_V1 in builder:flatten * builder:v1 introduced * Revert old builders to use Reshape:v0 * removed unused Transpose test * Update test/opset_pass/transpose_opset_pass.cpp * Changed builders to opset1 * Use opset1 instead of v1 Co-authored-by: Robert Kimball <robert.kimball@intel.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 05 Dec, 2019 2 commits
-
-
Tomasz Dołbniak authored
* fused::v1::Split op skeleton & serialization * Shape inference for Split and upgrade/downgrade passes * Upgrade pass for the Split op * Disable the failing onnx_importer Split op tests on interpreter * Opset1 test correction for v1::Split * Disable the failing Split op unit tests on PlaidML * Fix of the upgrade pass for Split * Remove one of the obsolete v0::Split constructors
-
Jayaram Bobba authored
* Added v1::Select op with support for implicit broadcasting * Addressed PR feedback * Constant folding support for v1::Select op * Remove commented-out code * More shape inference tests
-
- 04 Dec, 2019 1 commit
-
-
Scott Cyphers authored
* Fix some opset bugs Typo in opset0 Include ops.hpp rather than ngraph.hpp * Opset op insertion * Make opsets extendable, able to create instances * Update like replacement * Review comments
-
- 03 Dec, 2019 2 commits
-
-
Tomasz Socha authored
* [SPEC] Add new v1::GroupConvolution and v1::GroupConvolutionBackpropData ops. * Sort downgrade passes * Add downgrade pass fro GroupConvolution * WIP I * Fix GroupConvolution validate and infer types * Add upgrade pass for GroupConvolution * Remove unnecesary get_static_groups() method * Disable pass for cases when groups are in filters * Review Fix I * Move ops to fused/group_conv.hpp * Use Op instead of FusedOp again * Move v1::GroupConvolution and v1::GroupConvolutionBackpropData to FusedOp but temporarily disable decomposition
-
Jayaram Bobba authored
-
- 02 Dec, 2019 3 commits
-
-
Katarzyna Mitrus authored
* V1 version of Subtract with default Numpy autobcast * Update op_v1_tbl.hpp with v1 version of Subtract * Use v1 of Subtract in ONNX importer * Add v1 namespace * Update namspece * Missing punctuation * Add Subtract to opset0 downgrade * Add Subtract to opset1 upgrade * Add Subtract header to cpu emmiter * Update serializer * Add Subtract to opset_pass tests * Use downgrade method * Add get_version method * Style apply * Add v1 Substract to check opset1 * Add NGRAPH_API before class name * Removed get_version method * Separate cases for Subtract and Subtract_v1 in serializer * Update op_version_tbl with v1 Subtract * NUMPY autobcast for no args constructor * Add Subtract_v1 to serializer
-
Mateusz Bencer authored
* Initial commit * Moved DeformablePSROIPooling to v1 * Moved DeformablePSROIPooling to v1. Part.2 * Added missing fields * Added inferance shape * Added type prop UT * Added serialization * Doc + styles applied * Revert incorrect changes * Revert incorrect changes. Part.2 * Moved to NGRAPH_API * integration with master * Code review remarks introduced * DeformablePSROIPooling updated to new spec
-
Tomasz Dołbniak authored
* ReduceLogicalAnd op implementation * ReduceLogicalOr op implementation * Add basic constant folding support * Fix typo * Revert "Add basic constant folding support" This reverts commit 5d14a1849e957858dd5f6615981b154a381a1127. * Introduce and use a new base class for logical reductions * Constant folding for v1::ReduceLogicalAnd * Constant folding for v1::ReduceLogicalOr * Obsolete cout removal
-
- 28 Nov, 2019 1 commit
-
-
Jayaram Bobba authored
* Opset1 * Added opset1.hpp * Added more ops to opset0 and opset1 * Move opset1.hpp up and remove opset0.hpp * Add versioning to more ops * Revert to older pass names to keep compatibility for external components * Fix compilation errors with codegen * merge * Added compile-time check for opset * Added opset1 tbl * Add op_version table of all ops * Create factories from op_version_tbl * reorg unsupported ops in int backend * Added temporary alias for GreaterEqual * Add missing case to interpreter enumeration * Finish opset serializer cleanup (#3939) * Opset-based opset conversion (#3937) * Opset-based opset conversion * Add other opset conversion * Use ops.hpp * Update opset0_tbl.hpp * Switch interpreter to opset0 + a few extras (#3941) * Switch interpreter, gcpu to opset0 * Remove unnused files * Give interpreter its own opset * style * Fix namespace * Fix rounding type conversion * Work-around for bad clang3.9 bug * Work-around
-