Commit Graph

17 Commits

Author SHA1 Message Date
Ilya Churaev 031381dc07
Small api changes (#6923)
* Deprecate specialize_function

* Changed RTMap

* Fixed python build
2021-08-04 21:34:11 +03:00
Ilya Churaev 23f4bf4e70
Removed legacy tests (#6558) 2021-07-08 08:01:40 +03:00
Patryk Elszkowski 82f4b8d02e
Constant op backend test and fix for memory size calculation (#5231)
* Fix memory size calculation in Tensor and HostTensor

* Backend test for Constant operator

* `read_raw_data` in constant.in.cpp

yet another formula to calculate memory size in bytes

Co-authored-by: Patryk Elszkowski <patryk.elszkowki@intel.com>
2021-04-19 09:30:54 +03:00
Ilya Churaev 543acb517e
Enabled sign-compare flag for nGraph (#5189)
* Enabled Werror flag for nGraph

* Fixed softmax test

* Fixed ONNX Editor

* Fixed gather_nd

* Fixed i32 compilation
2021-04-15 12:12:51 +03:00
Alexey Suhov a748c26fee
Align copyright notice in cpp and cmake source files (CVS-51320) (#4950) 2021-03-25 02:40:09 +03:00
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
Mateusz Bencer 2b23eb8ade
Enable CPU and Interpreter Loop tests (#3042) 2020-11-13 13:32:19 +01:00
Mateusz Tabaka 3f5584534a
Remove obsoleted v0::Reshape operator (#2878)
* Remove obsoleted v0::Reshape operator

* Fix handling negative dims on 32 bit platforms

Change-Id: Ia18e20df9a79fd0b7b38c434bee7140599833952

* apply code format

Change-Id: I4ddfb9e7033cbc97e167922f6ee5873d5487e551
2020-11-03 07:01:34 +03:00
Ilya Churaev 4270153ad2
Remove nGraph layout (#1763) 2020-08-17 06:05:08 +03:00
Ilya Churaev 135e7c0aba
Move downgrade passes to pass folder (#1675) 2020-08-07 21:46:13 +03:00
Ilya Churaev 534fe35c0a
Remove old transformation passes (#1463) 2020-07-28 08:54:50 +03:00
Ilya Churaev 317a60545b
remove nGraph deprecated methods (part 1) (#1314)
* Remove remove_goe

* Remove traverse_nodes

* Removed deprecated constructors

* Removed deprecated tensor methods

* Fixed IE build

* Fixed code style
2020-07-16 06:03:59 +03:00
Ilya Churaev 5d1c5ee6a9
Removed nGraph experimental operations and headers (#1197) 2020-07-07 07:27:17 +03:00
Ilya Churaev 869cbe489b
Removed opset0 from public API (#1144) 2020-07-02 13:08:21 +03:00
Ilya Churaev 182499c006
Removed backprop operations (#1091)
* Removed backprop operations

* Fixed build

* Removed AvgPool

* Removed tests for v0 AvgPool

* Fixed code style

* Fixed export
2020-06-29 11:14:48 +03:00
Alexey Suhov f30dcc218c publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114 2020-05-20 01:13:06 +03:00