Deprecate nGraph v0 ops and builders (#1856)

* Deprecate nGraph v0 ops

* Fixed build

* Added deprecated defines to fix windows
This commit is contained in:
Ilya Churaev
2020-08-20 12:27:14 +03:00
committed by GitHub
parent 802d605bff
commit d25bb6314a
204 changed files with 665 additions and 298 deletions

View File

@@ -31,6 +31,8 @@
#include "util/all_close.hpp"
#include "util/ndarray.hpp"
NGRAPH_SUPPRESS_DEPRECATED_START
using namespace std;
using namespace ngraph;