Evgenya Stepyreva
f1ffe4f9fd
nGraph value propagation ( #3368 )
...
* partial value and shape propagation
* TopK k propagation
* stylish commit
* style again
* Precalc Folding and broadcasting fix
* style
* Self review
* forgetting the unused values
* deleting unused variables
* Review
* self review
* disaster mistake fixed
* tests corrected
* mod to be inferred while creation
* LPT test fix
* tests fixes
* fix
* tests
* dynamic backend fix
* comments
* disable propagation
2021-02-02 12:03:56 +03:00
Tomasz Dołbniak
303c549791
nGraph copyright update for 2021 ( #3832 )
2021-01-13 16:43:04 +03:00
Ilya Churaev
d6721c395b
Added CC macros to validate, clone and visit ( #3730 )
...
* Added CC macros to validate, clone and visit
* Fixed names
* Fixed code style
* Add exceptions
* Revert "Add exceptions"
This reverts commit 0489ba376f .
* Update ngraph macros, throw an exception if code is disable for nGraph op
* Fixed code style
* Simplified NGRAPH_OP_SCOPE
* Changed TYPE_CASE macros
* Fixed compilation
* Fixed code style
* Fixed build
2020-12-25 17:20:48 +03:00
Patryk Elszkowski
2bc18c27aa
Constant attr to visitor ( #3540 )
...
* Add new path for constant in IR serializer.
* Apply suggestion from review.
* Unique name for temporary test file
* Switch from static to constant member function - GetTestName
* Ensure bin path is not empty.
* Compare Constants op by string values converted to float.
* Add path validation.
Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2020-12-23 16:14:26 +03:00
Ilya Churaev
1926179b65
Changed OV_SCOPE semantic ( #3692 )
...
* Added if DEFINE construction
* Changed OV_SCOPE semantic
* Fixed the code style
* Fixed redundant lines
2020-12-22 18:29:41 +03:00
Ilya Churaev
b2399ce0d9
Enable Conditional Compilation for nGraph evaluate methods ( #3666 )
...
* Added CC macro to nGraph
* Add CC to evaluate methods
* Fixed tests
* Fixed comments
* Add private evaluates
* Fixed code style and names
* Fixed code style
* Fixed build
2020-12-21 14:32:40 +03:00
Ilya Churaev
256e047ad2
Revert "Deprecate global element types ( #3444 )" ( #3468 )
...
* Revert "Deprecate global element types (#3444 )"
This reverts commit 071fb9d1c6 .
* Fixed code style
2020-12-04 13:28:53 +03:00
Ilya Churaev
071fb9d1c6
Deprecate global element types ( #3444 )
...
* Removed global types
* Fixed ONNX importer and nGraph tests
* Fixed code style
* Disable some warnings for Windows
* Try to fix python build
* Extend deprecation message
* Fixed code style
* Fixed comments
2020-12-02 21:27:17 +03:00
Gleb Kazantaev
d36bd8c87b
Avoid excess tensor copy for Reshape/Squeeze/Unsqueeze folding ( #2834 )
...
* Updated Reshape ConstantFolding to avoid excess tensor copies
* Updated Squeeze/Unsqueeze CF to avoid excess tensor copies
* Fixed typo
2020-10-27 12:05:02 +03:00
Ilya Lavrenov
579cec716e
Ngraph: hide itt.hpp to src ( #1834 )
...
* Use proper include for log.hpp
* Hide itt.hpp to src folder
* Removed CodeWriter
2020-08-18 16:50:37 +03:00
Ilya Churaev
3c9fc72b58
Changed structure of nGraph core library ( #1658 )
2020-08-11 11:11:33 +03:00