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
Patryk Elszkowski
119bd705b9 DepthToSpace - revise reference implementation (#6210)
* move evaluate method to runtime/reference

* move backend test from fused_op.in.cpp to depth_to_space.in.cpp

* cleanup test

* Drop unnecessary reshapes

* add some comment

* cleanup names

* add visitor test

* Add backend test for DepthToSpace

* Add serialization test

* add empyt lines to get more readable code

* cleanup headers

* fix used types

* remove unnecessary includes
2021-06-28 07:54:16 +03:00