[Py] Ngraph Py API TensorIterator (#718)

This commit is contained in:
Adam Osewski
2020-06-22 11:40:58 +02:00
committed by GitHub
parent 970b1301b5
commit 491e5e9fbb
19 changed files with 903 additions and 105 deletions

View File

@@ -211,6 +211,7 @@ sources = [
"pyngraph/serializer.cpp",
"pyngraph/shape.cpp",
"pyngraph/strides.cpp",
"pyngraph/tensor_iterator_builder.cpp",
"pyngraph/types/element_type.cpp",
"pyngraph/types/regmodule_pyngraph_types.cpp",
"pyngraph/util.cpp",