Commit Graph

3 Commits

Author SHA1 Message Date
Ilya Churaev
faeaf045a9 Graph comparator to ngraph util (#7729)
* Moved FrameworkNode to nGraph

* Moved graph comparator to ngraph test util

* Fixed build

* Try to fix centos

* Fix export target

* Moved engine utils to separate library

* Removed ONNX util from common library

* Fixed build

* Fixed code style
2021-10-01 07:24:28 +03:00
Ilya Churaev
39131968c9 Changed nGraph code style to Google (#6926)
* Changed clang-format

* Fixed code style for tests

* Fixed build

* Fixed code style
2021-08-13 05:28:28 +03:00
Jozef Daniecki
f9771253ae VariadicSplit revision (#6106)
* Add visitor tests for VariadicSplit.

* Add backend tests sceleton.

* Add backend unit tests.

* Add backend tests with dynamic function.

* Remove redundand headers.

* Modified backend tests to check also scalar axis.

* Remove unused headers.

* Changed backend tests to test `-1` value in split_lenghts tensor.

* Const correctness improved in validate_and_infer_types.

* Add VariadicSplit to summarize.py.
2021-06-17 08:47:35 +03:00