publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114
authorAlexey Suhov <alexey.suhov@intel.com>
Tue, 19 May 2020 22:13:06 +0000 (01:13 +0300)
committerAlexey Suhov <alexey.suhov@intel.com>
Tue, 19 May 2020 22:13:06 +0000 (01:13 +0300)
commitf30dcc218cc5207f1cba1b5cc92c7d20fdaac101
tree60ec231ead8e1a7a9339b014e731b418a56211a3
parent3ad0e4e43442da14dbae7c88f3d35d3204c55286
publish master branch snapshot, revision 9df5eb1f84e13a35720a918f88324561222ab114
2028 files changed:
.gitignore
CMakeLists.txt
cmake/check_features.cmake
cmake/cross_compile/cross_compiled_disp_gen.cmake [new file with mode: 0644]
cmake/cross_compile/cross_compiled_disp_gen_options.in [new file with mode: 0644]
cmake/cross_compile/cross_compiled_func.cmake [new file with mode: 0644]
cmake/developer_package.cmake
cmake/os_flags.cmake
inference-engine/CMakeLists.txt
inference-engine/ie_bridges/python/src/openvino/inference_engine/ie_api_impl.cpp
inference-engine/include/ie_blob.h
inference-engine/include/ie_extension.h
inference-engine/samples/CMakeLists.txt
inference-engine/samples/object_detection_sample_ssd/CMakeLists.txt
inference-engine/src/cldnn_engine/CMakeLists.txt
inference-engine/src/cldnn_engine/cldnn_engine.cpp
inference-engine/src/cldnn_engine/cldnn_engine.h
inference-engine/src/cldnn_engine/cldnn_global_custom_kernels/cldnn_global_custom_kernels.xml [deleted file]
inference-engine/src/cldnn_engine/cldnn_global_custom_kernels/grn.cl [deleted file]
inference-engine/src/cldnn_engine/cldnn_global_custom_kernels/prior_box_clustered.cl [deleted file]
inference-engine/src/cldnn_engine/cldnn_program.cpp
inference-engine/src/cldnn_engine/cldnn_program.h
inference-engine/src/inference_engine/ie_core.cpp
inference-engine/src/ir_readers/ie_ir_parser.cpp
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
inference-engine/src/legacy_api/src/ie_cnn_layer_builder_ngraph.cpp
inference-engine/src/low_precision_transformations/src/power.cpp
inference-engine/src/mkldnn_plugin/CMakeLists.txt
inference-engine/src/mkldnn_plugin/mkldnn_layers_dispatcher.cpp
inference-engine/src/mkldnn_plugin/mkldnn_plugin.cpp
inference-engine/src/mkldnn_plugin/nodes/argmax.cpp
inference-engine/src/mkldnn_plugin/nodes/argmax_imp.cpp [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/argmax_imp.hpp [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/base.hpp
inference-engine/src/mkldnn_plugin/nodes/common/uni_simd.h [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/list.hpp
inference-engine/src/mkldnn_plugin/nodes/proposal.cpp
inference-engine/src/mkldnn_plugin/nodes/proposal_imp.cpp [new file with mode: 0644]
inference-engine/src/mkldnn_plugin/nodes/proposal_imp.hpp [new file with mode: 0644]
inference-engine/src/plugin_api/ie_icore.hpp
inference-engine/src/plugin_api/xml_parse_utils.h
inference-engine/src/transformations/include/ngraph_ops/convolution_ie.hpp
inference-engine/src/transformations/include/transformations/convert_opset1_to_legacy/conv_bias_fusion.hpp
inference-engine/src/transformations/include/transformations/rt_info/fused_names_attribute.hpp
inference-engine/src/transformations/include/transformations/rt_info/primitives_priority_attribute.hpp [new file with mode: 0644]
inference-engine/src/transformations/src/ngraph_ops/convolution_ie.cpp
inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_convolutions.cpp
inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/convert_interpolate_to_interp_or_resample.cpp
inference-engine/src/transformations/src/transformations/convert_opset1_to_legacy/reshape_1d_ops.cpp
inference-engine/src/transformations/src/transformations/init_node_info.cpp
inference-engine/src/transformations/src/transformations/optimize_strided_slice.cpp
inference-engine/src/transformations/src/transformations/rt_info/primitives_priority_attribute.cpp [new file with mode: 0644]
inference-engine/src/vpu/common/src/ngraph/operations/static_shape_broadcast.cpp
inference-engine/src/vpu/common/src/ngraph/operations/static_shape_nonzero.cpp
inference-engine/src/vpu/common/src/ngraph/transformations/dynamic_to_static_shape_shapeof.cpp
inference-engine/tests/functional/inference_engine/ngraph_reader/interpolate_tests.cpp
inference-engine/tests/functional/inference_engine/shared_object_loader_test.cpp
inference-engine/tests/functional/inference_engine/so_pointer_tests.cpp
inference-engine/tests/functional/inference_engine/transformations/conv_bias_fusion.cpp [new file with mode: 0644]
inference-engine/tests/functional/inference_engine/transformations/ngraph_1d_ops_reshape_test.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/behavior/core_threading_tests.cpp
inference-engine/tests/functional/plugin/cpu/shared_tests_instances/behavior/infer_request_callback.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/cpu/single_layer_tests/cpu_test_utils.hpp
inference-engine/tests/functional/plugin/gna/shared_tests_instances/behavior/infer_request_callback.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gna/shared_tests_instances/skip_tests_config.cpp
inference-engine/tests/functional/plugin/gpu/CMakeLists.txt
inference-engine/tests/functional/plugin/gpu/behavior/core_threading_tests.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/remote_blob_tests/cldnn_remote_blob_tests.cpp
inference-engine/tests/functional/plugin/gpu/remote_blob_tests/remote_blob_helpers.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/behavior/infer_request_callback.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/ctc_greedy_decoder.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/grn.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/prior_box_clustered.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/myriad/ngraph/operations/static_shape_nonzero.cpp
inference-engine/tests/functional/plugin/myriad/shared_tests_instances/behavior/infer_request_callback.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/CMakeLists.txt
inference-engine/tests/functional/plugin/shared/include/behavior/core_threading_tests.hpp
inference-engine/tests/functional/plugin/shared/include/behavior/infer_request_callback.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/ctc_greedy_decoder.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/grn.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/prior_box_clustered.hpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/behavior/infer_request_callback.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/ctc_greedy_decoder.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/grn.cpp [new file with mode: 0644]
inference-engine/tests/functional/plugin/shared/src/single_layer_tests/prior_box_clustered.cpp [new file with mode: 0644]
inference-engine/tests/ie_test_utils/common_test_utils/common_layers_params.cpp
inference-engine/tests/ie_test_utils/common_test_utils/data_utils.hpp
inference-engine/tests/ie_test_utils/functional_test_utils/layer_test_utils.cpp
inference-engine/tests/ie_test_utils/functional_test_utils/layer_test_utils.hpp
inference-engine/tests/ie_tsan.supp [new file with mode: 0644]
inference-engine/tests/ngraph_functions/CMakeLists.txt
inference-engine/tests/ngraph_functions/include/ngraph_functions/subgraph_builders.hpp
inference-engine/tests/ngraph_functions/include/ngraph_functions/utils/ngraph_helpers.hpp
inference-engine/tests/ngraph_functions/src/utils/ngraph_helpers.cpp
inference-engine/tests/unit/frontends/onnx_import/CMakeLists.txt
inference-engine/tests/unit/inference_engine/ie_blob_test.cpp [new file with mode: 0644]
inference-engine/tests/unit/inference_engine/ie_extension_test.cpp [moved from inference-engine/tests/functional/inference_engine/ie_extension_test.cpp with 71% similarity]
inference-engine/tests_deprecated/behavior/cldnn/shared_tests_instances/plugin_tests/behavior_test_plugin_infer_request_callback.cpp [deleted file]
inference-engine/tests_deprecated/behavior/gna/shared_tests_instances/plugin_tests/behavior_test_plugin_infer_request_callback.cpp [deleted file]
inference-engine/tests_deprecated/behavior/gna/shared_tests_instances/plugin_tests/behavior_test_plugin_infer_request_config.cpp
inference-engine/tests_deprecated/behavior/mkldnn/shared_tests_instances/plugin_tests/behavior_test_plugin_infer_request_callback.cpp [deleted file]
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugin_config.hpp
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugin_exec_graph_info.hpp
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugin_infer_request_callback.hpp [deleted file]
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugin_infer_request_fixture.cpp
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugin_layers.hpp
inference-engine/tests_deprecated/behavior/shared_tests/plugin_tests/behavior_test_plugins.hpp
inference-engine/tests_deprecated/behavior/vpu/shared_tests_instances/plugin_tests/behavior_test_plugin_infer_request_callback.cpp [deleted file]
inference-engine/tests_deprecated/unit/engines/mkldnn/graph/layers/extensions/mvn_tests.cpp
inference-engine/tests_deprecated/unit/engines/mkldnn/graph/layers/extensions/normalize_tests.cpp
inference-engine/tests_deprecated/unit/engines/mkldnn/graph/layers/extensions/resample_tests.cpp
inference-engine/tests_deprecated/unit/engines/mkldnn/graph/test_graph.hpp
inference-engine/tests_deprecated/unit/engines/vpu/mvnc/pthread_semaphore_tests.cpp
inference-engine/tests_deprecated/unit/inference_engine_tests/blob_test.cpp
inference-engine/tests_deprecated/unit/inference_engine_tests/cnn_ngraph_impl_tests.cpp
inference-engine/tests_deprecated/unit/inference_engine_tests/convert_ngraph_to_cnn_network_tests.cpp
inference-engine/thirdparty/clDNN/api/ctc_greedy_decoder.hpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/api/grn.hpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/api/prior_box.hpp
inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_base.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_ref.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/ctc_greedy_decoder/ctc_greedy_decoder_kernel_selector.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/grn/grn_kernel_base.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/grn/grn_kernel_base.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/grn/grn_kernel_ref.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/grn/grn_kernel_ref.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/grn/grn_kernel_selector.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/grn/grn_kernel_selector.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/ctc_greedy_decoder_ref.cl [moved from inference-engine/src/cldnn_engine/cldnn_global_custom_kernels/ctc_greedy_decoder.cl with 59% similarity]
inference-engine/thirdparty/clDNN/kernel_selector/core/cl_kernels/grn_ref.cl [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/ctc_greedy_decoder.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/gpu/ctc_greedy_decoder_gpu.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/gpu/grn_gpu.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/gpu/kernels_cache.cpp
inference-engine/thirdparty/clDNN/src/gpu/kernels_cache.h
inference-engine/thirdparty/clDNN/src/gpu/ocl_toolkit.cpp
inference-engine/thirdparty/clDNN/src/gpu/ocl_toolkit.h
inference-engine/thirdparty/clDNN/src/gpu/register_gpu.cpp
inference-engine/thirdparty/clDNN/src/gpu/register_gpu.hpp
inference-engine/thirdparty/clDNN/src/grn.cpp [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/include/ctc_greedy_decoder_inst.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/include/grn_inst.h [new file with mode: 0644]
inference-engine/thirdparty/clDNN/src/include/memory_pool.h
inference-engine/thirdparty/clDNN/src/include/prior_box_inst.h
inference-engine/thirdparty/clDNN/src/memory_pool.cpp
inference-engine/thirdparty/clDNN/src/prior_box.cpp
model-optimizer/automation/package_BOM.txt
model-optimizer/extensions/front/onnx/activation_ext.py
model-optimizer/extensions/front/tf/BatchToSpaceNDToUpsample.py
model-optimizer/extensions/front/tf/noop.py [new file with mode: 0644]
model-optimizer/extensions/middle/UpsampleToResample.py
model-optimizer/extensions/ops/select.py
model-optimizer/extensions/ops/select_test.py
model-optimizer/mo/front/tf/loader.py
model-optimizer/mo/ops/strided_slice.py
model-optimizer/mo/utils/cli_parser.py
model-optimizer/requirements_tf.txt
ngraph/.ci/buildkite/test_ngtf_build.py [new file with mode: 0644]
ngraph/.ci/jenkins/jenkins-trigger.groovy [new file with mode: 0644]
ngraph/.ci/onnx/jenkins/Jenkinsfile [new file with mode: 0644]
ngraph/.ci/onnx/jenkins/README.md [new file with mode: 0644]
ngraph/.ci/onnx/jenkins/runCI.sh [new file with mode: 0644]
ngraph/.ci/onnx/onnxruntime/Jenkinsfile [new file with mode: 0644]
ngraph/.ci/onnx/onnxruntime/proxy.patch [new file with mode: 0644]
ngraph/.ci/travis/centos/Dockerfile [new file with mode: 0644]
ngraph/.ci/travis/run_test.sh [new file with mode: 0644]
ngraph/.ci/travis/ubuntu/Dockerfile [new file with mode: 0644]
ngraph/.clang-format [new file with mode: 0644]
ngraph/.gitignore [new file with mode: 0644]
ngraph/.travis.yml [new file with mode: 0644]
ngraph/ABOUT.md [new file with mode: 0644]
ngraph/CMakeLists.txt [new file with mode: 0644]
ngraph/CONTRIB.md [new file with mode: 0644]
ngraph/LICENSE [new file with mode: 0644]
ngraph/README.md [new file with mode: 0644]
ngraph/VERSION.in [new file with mode: 0644]
ngraph/changes.md [new file with mode: 0644]
ngraph/cmake/Modules/FindGraphviz.cmake [new file with mode: 0644]
ngraph/cmake/Modules/fix_mode.cmake [new file with mode: 0644]
ngraph/cmake/Modules/git_tags.cmake [new file with mode: 0644]
ngraph/cmake/Modules/style_apply.cmake [new file with mode: 0644]
ngraph/cmake/Modules/style_check.cmake [new file with mode: 0644]
ngraph/cmake/Modules/var_functions.cmake [new file with mode: 0644]
ngraph/cmake/external_gtest.cmake [new file with mode: 0644]
ngraph/cmake/external_json.cmake [new file with mode: 0644]
ngraph/cmake/external_onnx.cmake [new file with mode: 0644]
ngraph/cmake/external_protobuf.cmake [new file with mode: 0644]
ngraph/cmake/sdl.cmake [new file with mode: 0644]
ngraph/cmake/share/ngraphConfig.cmake.in [new file with mode: 0644]
ngraph/contrib/docker/Dockerfile.ngraph [new file with mode: 0644]
ngraph/contrib/docker/Dockerfile.ngraph.centos74 [new file with mode: 0644]
ngraph/contrib/docker/Dockerfile.ngraph.centos74_gpu [new file with mode: 0644]
ngraph/contrib/docker/Dockerfile.ngraph.ubuntu1604 [new file with mode: 0644]
ngraph/contrib/docker/Dockerfile.ngraph.ubuntu1604_gpu [new file with mode: 0644]
ngraph/contrib/docker/Makefile [new file with mode: 0644]
ngraph/contrib/docker/README.md [new file with mode: 0644]
ngraph/contrib/docker/build-ngraph-and-test.sh [new file with mode: 0644]
ngraph/contrib/docker/build-ngraph-docs.sh [new file with mode: 0644]
ngraph/contrib/docker/docker_cleanup.sh [new file with mode: 0644]
ngraph/contrib/docker/make-dimage.sh [new file with mode: 0644]
ngraph/contrib/docker/run_as_centos_user.sh [new file with mode: 0644]
ngraph/contrib/docker/run_as_ubuntu_user.sh [new file with mode: 0644]
ngraph/contrib/docker/run_as_user.sh [new file with mode: 0644]
ngraph/ecosystem-overview.md [new file with mode: 0644]
ngraph/environment_variables.md [new file with mode: 0644]
ngraph/licenses/Apache-2.0-license.txt [new file with mode: 0644]
ngraph/licenses/OFL-license.txt [new file with mode: 0644]
ngraph/licenses/caffe2-license.txt [new file with mode: 0644]
ngraph/licenses/eigen-license.txt [new file with mode: 0644]
ngraph/licenses/fontawesome-license.txt [new file with mode: 0644]
ngraph/licenses/googletest-license.txt [new file with mode: 0644]
ngraph/licenses/jquery-license.txt [new file with mode: 0644]
ngraph/licenses/json-license.txt [new file with mode: 0644]
ngraph/licenses/llvm-license.txt [new file with mode: 0644]
ngraph/licenses/mkl-dnn-license.txt [new file with mode: 0644]
ngraph/licenses/mklml-license.txt [new file with mode: 0644]
ngraph/licenses/mlir-license.txt [new file with mode: 0644]
ngraph/licenses/notifications.txt [new file with mode: 0644]
ngraph/licenses/numpy-license.txt [new file with mode: 0644]
ngraph/licenses/pybind11-license.txt [new file with mode: 0644]
ngraph/licenses/sphinx-license.txt [new file with mode: 0644]
ngraph/licenses/sphinx_rtd_theme-license.txt [new file with mode: 0644]
ngraph/licenses/swagger-ui-license.txt [new file with mode: 0644]
ngraph/licenses/tbb-license.txt [new file with mode: 0644]
ngraph/licenses/tensorflow-license.txt [new file with mode: 0644]
ngraph/maint/apply-code-format.sh [new file with mode: 0644]
ngraph/maint/bash_lib.sh [new file with mode: 0644]
ngraph/maint/check-code-format.sh [new file with mode: 0644]
ngraph/maint/clang_format_lib.sh [new file with mode: 0644]
ngraph/maint/create_release.py [new file with mode: 0644]
ngraph/maint/external-prereq-packages.ubuntu-16.04.txt [new file with mode: 0644]
ngraph/python/.gitignore [new file with mode: 0644]
ngraph/python/BUILDING.md [new file with mode: 0644]
ngraph/python/CMakeLists.txt [new file with mode: 0644]
ngraph/python/README.md [new file with mode: 0644]
ngraph/python/build_wheel.py.in [new file with mode: 0644]
ngraph/python/build_wheel.sh.in [new file with mode: 0644]
ngraph/python/examples/basic.py [new file with mode: 0644]
ngraph/python/requirements.txt [new file with mode: 0644]
ngraph/python/setup.py [new file with mode: 0644]
ngraph/python/src/ngraph/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/exceptions.py [new file with mode: 0644]
ngraph/python/src/ngraph/impl/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/impl/onnx_import/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/impl/op/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/impl/op/util/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/impl/passes/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/impl/runtime/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/ops.py [new file with mode: 0644]
ngraph/python/src/ngraph/runtime.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/broadcasting.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/decorators.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/input_validation.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/node_factory.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/reduction.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/types.py [new file with mode: 0644]
ngraph/python/src/pyngraph/axis_set.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/axis_set.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/axis_vector.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/axis_vector.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/coordinate.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/coordinate.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/coordinate_diff.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/coordinate_diff.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/dimension.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/dimension.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/function.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/function.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/node.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/node.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/node_factory.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/node_factory.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/onnx_import/onnx_import.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/onnx_import/onnx_import.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/constant.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/constant.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/get_output_element.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/get_output_element.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/op.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/op.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/parameter.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/parameter.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/regmodule_pyngraph_op.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/regmodule_pyngraph_op.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/result.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/result.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/arithmetic_reduction.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/binary_elementwise_arithmetic.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/binary_elementwise_comparison.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/binary_elementwise_logical.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/index_reduction.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/index_reduction.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/op_annotations.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/op_annotations.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/regmodule_pyngraph_op_util.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/ops/util/unary_elementwise_arithmetic.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/partial_shape.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/partial_shape.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/passes/manager.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/passes/manager.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/passes/regmodule_pyngraph_passes.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/pyngraph.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/backend.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/backend.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/executable.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/executable.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/regmodule_pyngraph_runtime.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/regmodule_pyngraph_runtime.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/tensor.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/runtime/tensor.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/serializer.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/serializer.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/shape.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/shape.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/strides.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/strides.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/types/element_type.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/types/element_type.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/types/regmodule_pyngraph_types.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/types/type.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/util.cpp [new file with mode: 0644]
ngraph/python/src/pyngraph/util.hpp [new file with mode: 0644]
ngraph/python/src/pyngraph/util.py [new file with mode: 0644]
ngraph/python/test/__init__.py [new file with mode: 0644]
ngraph/python/test/conftest.py [new file with mode: 0644]
ngraph/python/test/ngraph/__init__.py [new file with mode: 0644]
ngraph/python/test/ngraph/models/add_abc.onnx [new file with mode: 0644]
ngraph/python/test/ngraph/test_basic.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_convolution.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_core.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_create_op.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_data_movement.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_input_validation.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_node_factory.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_normalization.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_onnx_import.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_binary.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_fused.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_matmul.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_multioutput.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_reshape.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_scatter.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_ops_unary.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_pooling.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_reduction.py [new file with mode: 0644]
ngraph/python/test/ngraph/test_sequence_processing.py [new file with mode: 0644]
ngraph/python/test/ngraph/util.py [new file with mode: 0644]
ngraph/python/test/test_ops.py [new file with mode: 0644]
ngraph/python/test_requirements.txt [new file with mode: 0644]
ngraph/python/tox.ini [new file with mode: 0644]
ngraph/src/CMakeLists.txt [new file with mode: 0644]
ngraph/src/ngraph/CMakeLists.txt [new file with mode: 0644]
ngraph/src/ngraph/assertion.cpp [new file with mode: 0644]
ngraph/src/ngraph/assertion.hpp [new file with mode: 0644]
ngraph/src/ngraph/attribute_adapter.cpp [new file with mode: 0644]
ngraph/src/ngraph/attribute_adapter.hpp [new file with mode: 0644]
ngraph/src/ngraph/attribute_visitor.hpp [new file with mode: 0644]
ngraph/src/ngraph/autodiff/adjoints.cpp [new file with mode: 0644]
ngraph/src/ngraph/autodiff/adjoints.hpp [new file with mode: 0644]
ngraph/src/ngraph/axis_set.cpp [new file with mode: 0644]
ngraph/src/ngraph/axis_set.hpp [new file with mode: 0644]
ngraph/src/ngraph/axis_vector.cpp [new file with mode: 0644]
ngraph/src/ngraph/axis_vector.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/autobroadcast.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/autobroadcast.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/dequantize_builder.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/dequantize_builder.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/make_constant.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/matmul_factory.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/matmul_factory.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/norm.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/numpy_transpose.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/numpy_transpose.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantization/quantized_linear_convolution.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantization/quantized_linear_convolution.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantization_utils.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantization_utils.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantize_builder.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantize_builder.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantized_concat_builder.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantized_concat_builder.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantized_conv_builder.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantized_conv_builder.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantized_dot_builder.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/quantized_dot_builder.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/reduce_ops.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/reduce_ops.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/reshape.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/reshape.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/split.cpp [new file with mode: 0644]
ngraph/src/ngraph/builder/split.hpp [new file with mode: 0644]
ngraph/src/ngraph/builder/tensor_mask.hpp [new file with mode: 0644]
ngraph/src/ngraph/check.hpp [new file with mode: 0644]
ngraph/src/ngraph/chrome_trace.cpp [new file with mode: 0644]
ngraph/src/ngraph/chrome_trace.hpp [new file with mode: 0644]
ngraph/src/ngraph/code_writer.hpp [new file with mode: 0644]
ngraph/src/ngraph/coordinate.cpp [new file with mode: 0644]
ngraph/src/ngraph/coordinate.hpp [new file with mode: 0644]
ngraph/src/ngraph/coordinate_diff.cpp [new file with mode: 0644]
ngraph/src/ngraph/coordinate_diff.hpp [new file with mode: 0644]
ngraph/src/ngraph/coordinate_transform.cpp [new file with mode: 0644]
ngraph/src/ngraph/coordinate_transform.hpp [new file with mode: 0644]
ngraph/src/ngraph/cpio.cpp [new file with mode: 0644]
ngraph/src/ngraph/cpio.hpp [new file with mode: 0644]
ngraph/src/ngraph/deprecated.hpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/input.cpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/input.hpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/layout/dense_tensor_layout.cpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/layout/dense_tensor_layout.hpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/layout/tensor_layout.cpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/layout/tensor_layout.hpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/output.cpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/output.hpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/tensor.cpp [new file with mode: 0644]
ngraph/src/ngraph/descriptor/tensor.hpp [new file with mode: 0644]
ngraph/src/ngraph/dimension.cpp [new file with mode: 0644]
ngraph/src/ngraph/dimension.hpp [new file with mode: 0644]
ngraph/src/ngraph/distributed.cpp [new file with mode: 0644]
ngraph/src/ngraph/distributed.hpp [new file with mode: 0644]
ngraph/src/ngraph/distributed/null.cpp [new file with mode: 0644]
ngraph/src/ngraph/distributed/null.hpp [new file with mode: 0644]
ngraph/src/ngraph/enum_names.hpp [new file with mode: 0644]
ngraph/src/ngraph/env_util.cpp [new file with mode: 0644]
ngraph/src/ngraph/env_util.hpp [new file with mode: 0644]
ngraph/src/ngraph/evaluator.hpp [new file with mode: 0644]
ngraph/src/ngraph/except.hpp [new file with mode: 0644]
ngraph/src/ngraph/factory.cpp [new file with mode: 0644]
ngraph/src/ngraph/factory.hpp [new file with mode: 0644]
ngraph/src/ngraph/file_util.cpp [new file with mode: 0644]
ngraph/src/ngraph/file_util.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/CMakeLists.txt [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/CMakeLists.txt [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/attribute.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/attribute.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/graph.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/graph.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/model.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/model.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/node.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/node.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/null_node.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/null_node.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/operator_set.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/tensor.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/core/value_info.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/default_opset.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/exceptions.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/exceptions.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/onnx.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/onnx.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/onnx_utils.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/onnx_utils.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/abs.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/acos.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/acosh.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/acosh.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/add.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/add.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/and.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/argmax.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/argmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/argmin.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/argmin.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/asin.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/asinh.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/asinh.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/atan.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/atanh.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/atanh.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/average_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/average_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/batch_norm.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/batch_norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cast.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cast.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/ceil.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/clip.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/clip.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/concat.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/concat.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/constant.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/constant.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/constant_of_shape.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/constant_of_shape.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/conv.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/conv.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/conv_integer.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/conv_integer.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/conv_transpose.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/conv_transpose.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cos.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cos.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cosh.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cosh.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cum_sum.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/cum_sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/depth_to_space.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/depth_to_space.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/dequantize_linear.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/dequantize_linear.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/div.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/dropout.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/elu.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/elu.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/equal.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/erf.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/exp.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/expand.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/expand.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/eye_like.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/eye_like.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/flatten.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/flatten.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/floor.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/gather.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/gather_nd.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/gather_nd.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/gemm.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/gemm.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/global_average_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/global_average_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/global_max_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/global_max_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/greater.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/hard_sigmoid.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/hard_sigmoid.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/hardmax.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/hardmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/identity.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/instance_norm.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/instance_norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/leaky_relu.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/leaky_relu.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/less.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/log.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/log.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/log_softmax.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/log_softmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lp_norm.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lp_norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lp_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lp_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lrn.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lrn.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lstm.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/lstm.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/matmul.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/matmul_integer.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/matmul_integer.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/max.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/max_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/max_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mean.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mean.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mean_variance_normalization.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mean_variance_normalization.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/min.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mod.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mod.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/mul.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/neg.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/non_max_suppression.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/non_max_suppression.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/non_zero.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/non_zero.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/not.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/onehot.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/onehot.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/or.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/pad.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/pad.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/pow.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/prelu.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/prelu.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/qlinear_matmul.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/qlinear_matmul.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/quant_conv.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/quant_conv.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/quantize_linear.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/quantize_linear.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reciprocal.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reciprocal.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reduce.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reduce.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/relu.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reshape.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reshape.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/resize.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/resize.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reverse_sequence.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/reverse_sequence.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/roi_align.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/roi_align.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/round.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/round.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/scatter_elements.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/scatter_elements.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/scatter_nd.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/scatter_nd.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/selu.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/selu.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/shape.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/shape.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/shrink.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/shrink.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sigmoid.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sign.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sin.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sinh.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/size.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/size.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/softmax.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/softmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/softplus.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/softplus.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/softsign.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/softsign.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/space_to_depth.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/space_to_depth.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/split.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/split.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sqrt.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/squeeze.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/squeeze.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sub.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/supported_ops.md [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/tan.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/tanh.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/thresholded_relu.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/thresholded_relu.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/tile.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/tile.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/topk.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/topk.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/transpose.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/transpose.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/unsqueeze.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/unsqueeze.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/where.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/op/xor.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/ops_bridge.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/ops_bridge.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/arg_min_max_factory.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/arg_min_max_factory.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/common.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/common.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/convpool.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/convpool.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/onnx_importer_visibility.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/pooling_factory.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/pooling_factory.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/reduction.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/reduction.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/reshape.cpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/reshape.hpp [new file with mode: 0644]
ngraph/src/ngraph/frontend/onnx_import/utils/variadic.hpp [new file with mode: 0644]
ngraph/src/ngraph/function.cpp [new file with mode: 0644]
ngraph/src/ngraph/function.hpp [new file with mode: 0644]
ngraph/src/ngraph/graph_util.cpp [new file with mode: 0644]
ngraph/src/ngraph/graph_util.hpp [new file with mode: 0644]
ngraph/src/ngraph/interval.cpp [new file with mode: 0644]
ngraph/src/ngraph/interval.hpp [new file with mode: 0644]
ngraph/src/ngraph/lambda.cpp [new file with mode: 0644]
ngraph/src/ngraph/lambda.hpp [new file with mode: 0644]
ngraph/src/ngraph/log.cpp [new file with mode: 0644]
ngraph/src/ngraph/log.hpp [new file with mode: 0644]
ngraph/src/ngraph/ngraph.cpp [new file with mode: 0644]
ngraph/src/ngraph/ngraph.hpp [new file with mode: 0644]
ngraph/src/ngraph/ngraph_visibility.hpp [new file with mode: 0644]
ngraph/src/ngraph/node.cpp [new file with mode: 0644]
ngraph/src/ngraph/node.hpp [new file with mode: 0644]
ngraph/src/ngraph/node_input.cpp [new file with mode: 0644]
ngraph/src/ngraph/node_input.hpp [new file with mode: 0644]
ngraph/src/ngraph/node_output.cpp [new file with mode: 0644]
ngraph/src/ngraph/node_output.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/abs.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/abs.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/acos.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/acos.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/acosh.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/acosh.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/add.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/add.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/all.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/all.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/allreduce.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/allreduce.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/and.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/and.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/any.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/any.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/argmax.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/argmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/argmin.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/argmin.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/asin.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/asin.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/asinh.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/asinh.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/atan.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/atan.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/atan2.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/atan2.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/atanh.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/atanh.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/avg_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/avg_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/batch_norm.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/batch_norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/binary_convolution.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/binary_convolution.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/broadcast.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/broadcast.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/broadcast_distributed.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/broadcast_distributed.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/bucketize.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/bucketize.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/ceiling.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/ceiling.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/concat.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/concat.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/constant.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/constant.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/convert.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/convert.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/convert_like.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/convert_like.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/convolution.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/convolution.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/cos.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/cos.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/cosh.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/cosh.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/crop_and_resize.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/crop_and_resize.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/ctc_greedy_decoder.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/ctc_greedy_decoder.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/cum_sum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/cum_sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/deformable_convolution.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/deformable_convolution.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/deformable_psroi_pooling.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/deformable_psroi_pooling.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/dequantize.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/dequantize.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/detection_output.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/detection_output.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/divide.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/divide.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/dot.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/dot.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/embedding_lookup.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/embedding_lookup.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/embedding_segments_sum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/embedding_segments_sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/embeddingbag_offsets_sum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/embeddingbag_offsets_sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/embeddingbag_packedsum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/embeddingbag_packedsum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/equal.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/equal.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/erf.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/erf.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/exp.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/exp.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/batch_mat_mul.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/batch_mat_mul.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/compiled_kernel.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/compiled_kernel.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_broadcast.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_broadcast.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_pad.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_pad.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_replace_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_replace_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/dyn_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/generate_mask.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/generate_mask.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/ctc_greedy_decoder.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/detection_output.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/interpolate.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/prior_box.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/prior_box_clustered.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/proposal.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/psroi_pooling.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/region_yolo.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/reorg_yolo.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/layers/roi_pooling.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/quantized_conv_bias.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/quantized_conv_bias.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/quantized_conv_relu.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/quantized_conv_relu.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/quantized_dot_bias.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/quantized_dot_bias.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/random_uniform.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/random_uniform.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/range.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/shape_of.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/tile.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/experimental/transpose.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/extractimagepatches.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/extractimagepatches.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/floor.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/floor.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/floor_mod.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/floor_mod.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/batch_mat_mul_transpose.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/batch_mat_mul_transpose.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/batch_to_space.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/batch_to_space.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/clamp.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/clamp.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/conv_fused.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/conv_fused.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/crossentropy.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/crossentropy.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/depth_to_space.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/depth_to_space.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/elu.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/elu.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/fake_quantize.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/fake_quantize.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/gelu.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/gelu.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/gemm.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/gemm.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/grn.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/grn.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/group_conv.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/gru_cell.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/gru_cell.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/hard_sigmoid.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/hard_sigmoid.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/layer_norm.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/layer_norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/lstm_cell.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/lstm_cell.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/lstm_sequence.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/lstm_sequence.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/matmul.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/matmul.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/mod.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/mod.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/mvn.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/mvn.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/normalize_l2.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/normalize_l2.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/partial_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/partial_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/prelu.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/prelu.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/rnn_cell.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/rnn_cell.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/scale_shift.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/scale_shift.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/scatter_nd.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/scatter_nd.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/selu.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/selu.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/shuffle_channels.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/shuffle_channels.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/softmax_crossentropy.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/softmax_crossentropy.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/space_to_batch.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/space_to_batch.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/space_to_depth.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/space_to_depth.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/split.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/squared_difference.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/squared_difference.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/squeeze.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/squeeze.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/stack.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/stack.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/unsqueeze.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/fused/unsqueeze.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/gather.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/gather.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/gather_nd.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/gather_nd.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/gather_tree.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/gather_tree.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/get_output_element.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/get_output_element.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/greater.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/greater.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/greater_eq.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/greater_eq.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/group_conv.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/group_conv.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/interpolate.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/interpolate.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/less.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/less.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/less_eq.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/less_eq.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/log.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/log.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/lrn.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/lrn.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/max.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/max.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/max_pool.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/max_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/maximum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/maximum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/min.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/min.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/minimum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/minimum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/multiply.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/multiply.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/negative.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/negative.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/non_max_suppression.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/non_max_suppression.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/non_zero.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/non_zero.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/not.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/not.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/not_equal.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/not_equal.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/one_hot.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/one_hot.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/op.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/op.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/op_version_tbl.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/or.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/or.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/pad.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/pad.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/parameter.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/parameter.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/passthrough.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/passthrough.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/power.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/power.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/prior_box.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/prior_box.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/prior_box_clustered.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/prior_box_clustered.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/product.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/product.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/proposal.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/proposal.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/psroi_pooling.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/psroi_pooling.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/quantize.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/quantize.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/quantized_convolution.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/quantized_convolution.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/quantized_dot.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/quantized_dot.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/range.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/range.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/recv.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/recv.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_logical_and.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_logical_and.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_logical_or.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_logical_or.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_mean.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_mean.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_prod.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_prod.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_sum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reduce_sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/region_yolo.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/region_yolo.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/relu.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/relu.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reorg_yolo.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reorg_yolo.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/replace_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/replace_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reshape.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reshape.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/result.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/result.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reverse.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reverse.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/reverse_sequence.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/reverse_sequence.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/roi_align.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/roi_align.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/roi_pooling.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/roi_pooling.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/round.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/round.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_add.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_add.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_elements_update.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_elements_update.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_nd_add.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_nd_add.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_nd_update.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_nd_update.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_update.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/scatter_update.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/select.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/select.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/send.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/send.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/shape_of.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/shape_of.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/sigmoid.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/sigmoid.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/sign.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/sign.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/sin.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/sin.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/sinh.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/sinh.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/softmax.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/softmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/split.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/split.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/sqrt.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/sqrt.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/stop_gradient.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/stop_gradient.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/strided_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/strided_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/subtract.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/subtract.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/sum.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/tan.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/tan.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/tanh.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/tanh.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/tensor_iterator.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/tensor_iterator.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/tile.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/tile.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/topk.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/topk.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/transpose.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/transpose.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/activation_functions.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/activation_functions.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/arithmetic_reduction.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/arithmetic_reduction.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/arithmetic_reductions_keep_dims.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/arithmetic_reductions_keep_dims.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/attr_types.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/attr_types.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/binary_elementwise_arithmetic.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/binary_elementwise_arithmetic.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/binary_elementwise_comparison.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/binary_elementwise_comparison.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/binary_elementwise_logical.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/binary_elementwise_logical.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/broadcast_base.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/broadcast_base.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/embeddingbag_offsets_base.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/embeddingbag_offsets_base.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/embeddingbag_packed_base.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/embeddingbag_packed_base.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/eval_copy.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/fused_op.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/fused_op.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/index_reduction.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/index_reduction.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/logical_reduction.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/logical_reduction.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/logical_reduction_keep_dims.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/logical_reduction_keep_dims.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/op_annotations.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/rnn_cell_base.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/rnn_cell_base.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/scatter_base.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/scatter_base.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/scatter_nd_base.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/scatter_nd_base.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/unary_elementwise_arithmetic.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/util/unary_elementwise_arithmetic.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/variadic_split.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/variadic_split.hpp [new file with mode: 0644]
ngraph/src/ngraph/op/xor.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/xor.hpp [new file with mode: 0644]
ngraph/src/ngraph/ops.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset.cpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset0.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset0_tbl.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset1.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset1_tbl.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset2.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset2_tbl.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset3.hpp [new file with mode: 0644]
ngraph/src/ngraph/opsets/opset3_tbl.hpp [new file with mode: 0644]
ngraph/src/ngraph/output_vector.hpp [new file with mode: 0644]
ngraph/src/ngraph/partial_shape.cpp [new file with mode: 0644]
ngraph/src/ngraph/partial_shape.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/algebraic_simplification.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/algebraic_simplification.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/assign_layout.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/batch_fusion.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/batch_fusion.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/common_function_collection.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/common_function_collection.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/concat_fusion.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/concat_fusion.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_arithmetic_reduction.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_convert.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_dequantize.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_dyn_broadcast.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_dyn_reshape.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_dyn_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_gather.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_logical_reduction.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_one_hot.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_pad.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_quantize.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_reverse.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_scatter.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_select.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_slice.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_split.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_tile.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_transpose.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_folding_variadic_split.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_to_broadcast.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/constant_to_broadcast.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/convert_fp32_to_fp16.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/convert_fp32_to_fp16.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/core_fusion.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/core_fusion.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/cse.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/cse.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/dump_sorted.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/dump_sorted.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/dyn_elimination.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/dyn_elimination.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/fused_op_decomposition.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/fused_op_decomposition.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/get_output_element_elimination.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/get_output_element_elimination.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/graph_rewrite.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/graph_rewrite.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/implicit_broadcast_elimination.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/implicit_broadcast_elimination.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/like_replacement.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/like_replacement.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/liveness.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/liveness.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/manager.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/manager.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/manager_state.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/memory_layout.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/memory_layout.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/memory_visualize.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/memory_visualize.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/nop_elimination.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/nop_elimination.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/opset0_downgrade.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/opset0_downgrade.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/opset1_downgrade.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/opset1_downgrade.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/opset1_upgrade.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/opset1_upgrade.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/pass.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/pass.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/pass_config.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/pass_config.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/pass_util.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/pass_util.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/propagate_cacheability.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/propagate_cacheability.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/reshape_elimination.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/reshape_elimination.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/reshape_sinking.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/reshape_sinking.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/serialize.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/serialize.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/shape_relevance.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/shape_relevance.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/validate.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/validate.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/validate_graph.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/validate_graph.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/visualize_tree.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/visualize_tree.hpp [new file with mode: 0644]
ngraph/src/ngraph/pass/zero_dim_tensor_elimination.cpp [new file with mode: 0644]
ngraph/src/ngraph/pass/zero_dim_tensor_elimination.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/matcher.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/matcher.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/any.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/any.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/any_of.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/any_of.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/any_output.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/any_output.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/branch.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/branch.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/capture.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/capture.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/label.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/label.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/or.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/or.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/pattern.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/pattern.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/skip.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/skip.hpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/true.cpp [new file with mode: 0644]
ngraph/src/ngraph/pattern/op/true.hpp [new file with mode: 0644]
ngraph/src/ngraph/placement.cpp [new file with mode: 0644]
ngraph/src/ngraph/placement.hpp [new file with mode: 0644]
ngraph/src/ngraph/provenance.cpp [new file with mode: 0644]
ngraph/src/ngraph/provenance.hpp [new file with mode: 0644]
ngraph/src/ngraph/rank.hpp [new file with mode: 0644]
ngraph/src/ngraph/rt_info.cpp [new file with mode: 0644]
ngraph/src/ngraph/rt_info.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/aligned_buffer.cpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/aligned_buffer.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/host_tensor.cpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/host_tensor.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/opt_kernel/broadcast.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/opt_kernel/reshape.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/abs.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/acos.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/acosh.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/add.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/all.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/allreduce.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/and.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/any.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/argmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/argmin.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/asin.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/asinh.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/atan.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/atan2.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/atanh.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/autobroadcast_binop.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/avg_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/batch_mat_mul.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/batch_norm.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/broadcast.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/broadcast_distributed.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/ceiling.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/clamp.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/concat.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/constant.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/convert.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/convolution.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/copy.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/cos.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/cosh.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/cum_sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/dequantize.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/divide.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/dot.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/embedding_lookup.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/equal.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/erf.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/exp.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/floor.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/gather.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/gather_nd.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/generate_mask.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/greater.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/greater_eq.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/less.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/less_eq.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/log.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/lrn.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/matmul.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/max.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/max_pool.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/maximum.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/mean.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/min.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/minimum.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/multiply.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/negate.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/non_zero.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/not.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/not_equal.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/one_hot.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/or.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/pad.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/power.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/product.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/quantize.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/random_uniform.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/range.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/recv.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/relu.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/replace_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/reshape.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/result.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/reverse.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/reverse_sequence.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/round.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/scatter_add.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/scatter_elements_update.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/scatter_nd_add.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/select.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/send.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/shape_of.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/sigmoid.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/sign.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/sin.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/sinh.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/softmax.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/sqrt.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/strided_slice.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/subtract.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/sum.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/tan.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/tanh.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/tile.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/topk.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/reference/xor.hpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/tensor.cpp [new file with mode: 0644]
ngraph/src/ngraph/runtime/tensor.hpp [new file with mode: 0644]
ngraph/src/ngraph/serializer.cpp [new file with mode: 0644]
ngraph/src/ngraph/serializer.hpp [new file with mode: 0644]
ngraph/src/ngraph/serializer_stub.cpp [new file with mode: 0644]
ngraph/src/ngraph/shape.cpp [new file with mode: 0644]
ngraph/src/ngraph/shape.hpp [new file with mode: 0644]
ngraph/src/ngraph/shape_util.cpp [new file with mode: 0644]
ngraph/src/ngraph/shape_util.hpp [new file with mode: 0644]
ngraph/src/ngraph/slice_plan.cpp [new file with mode: 0644]
ngraph/src/ngraph/slice_plan.hpp [new file with mode: 0644]
ngraph/src/ngraph/specialize_function.cpp [new file with mode: 0644]
ngraph/src/ngraph/specialize_function.hpp [new file with mode: 0644]
ngraph/src/ngraph/state/bernoulli_rng_state.cpp [new file with mode: 0644]
ngraph/src/ngraph/state/bernoulli_rng_state.hpp [new file with mode: 0644]
ngraph/src/ngraph/state/state.hpp [new file with mode: 0644]
ngraph/src/ngraph/state/uniform_rng_state.cpp [new file with mode: 0644]
ngraph/src/ngraph/state/uniform_rng_state.hpp [new file with mode: 0644]
ngraph/src/ngraph/strides.cpp [new file with mode: 0644]
ngraph/src/ngraph/strides.hpp [new file with mode: 0644]
ngraph/src/ngraph/type.cpp [new file with mode: 0644]
ngraph/src/ngraph/type.hpp [new file with mode: 0644]
ngraph/src/ngraph/type/bfloat16.cpp [new file with mode: 0644]
ngraph/src/ngraph/type/bfloat16.hpp [new file with mode: 0644]
ngraph/src/ngraph/type/element_type.cpp [new file with mode: 0644]
ngraph/src/ngraph/type/element_type.hpp [new file with mode: 0644]
ngraph/src/ngraph/type/element_type_traits.hpp [new file with mode: 0644]
ngraph/src/ngraph/type/float16.cpp [new file with mode: 0644]
ngraph/src/ngraph/type/float16.hpp [new file with mode: 0644]
ngraph/src/ngraph/util.cpp [new file with mode: 0644]
ngraph/src/ngraph/util.hpp [new file with mode: 0644]
ngraph/src/ngraph/validation_util.cpp [new file with mode: 0644]
ngraph/src/ngraph/validation_util.hpp [new file with mode: 0644]
ngraph/src/ngraph/variant.cpp [new file with mode: 0644]
ngraph/src/ngraph/variant.hpp [new file with mode: 0644]
ngraph/src/ngraph/version.in.hpp [new file with mode: 0644]
ngraph/src/ngraph/visibility.hpp [new file with mode: 0644]
ngraph/test/CMakeLists.txt [new file with mode: 0644]
ngraph/test/algebraic_simplification.cpp [new file with mode: 0644]
ngraph/test/aligned_buffer.cpp [new file with mode: 0644]
ngraph/test/all_close_f.cpp [new file with mode: 0644]
ngraph/test/assertion.cpp [new file with mode: 0644]
ngraph/test/attributes.cpp [new file with mode: 0644]
ngraph/test/backend/abc.in.cpp [new file with mode: 0644]
ngraph/test/backend/abs.in.cpp [new file with mode: 0644]
ngraph/test/backend/acos.in.cpp [new file with mode: 0644]
ngraph/test/backend/acosh.in.cpp [new file with mode: 0644]
ngraph/test/backend/add.in.cpp [new file with mode: 0644]
ngraph/test/backend/aliased_output.in.cpp [new file with mode: 0644]
ngraph/test/backend/all.in.cpp [new file with mode: 0644]
ngraph/test/backend/any.in.cpp [new file with mode: 0644]
ngraph/test/backend/api.in.cpp [new file with mode: 0644]
ngraph/test/backend/arg_reduce.in.cpp [new file with mode: 0644]
ngraph/test/backend/asin.in.cpp [new file with mode: 0644]
ngraph/test/backend/asinh.in.cpp [new file with mode: 0644]
ngraph/test/backend/atan.in.cpp [new file with mode: 0644]
ngraph/test/backend/atan2.in.cpp [new file with mode: 0644]
ngraph/test/backend/atanh.in.cpp [new file with mode: 0644]
ngraph/test/backend/auto_broadcast.in.cpp [new file with mode: 0644]
ngraph/test/backend/autodiff.in.cpp [new file with mode: 0644]
ngraph/test/backend/batch_mat_mul.in.cpp [new file with mode: 0644]
ngraph/test/backend/batch_norm.in.cpp [new file with mode: 0644]
ngraph/test/backend/broadcast.in.cpp [new file with mode: 0644]
ngraph/test/backend/builder_flatten.in.cpp [new file with mode: 0644]
ngraph/test/backend/builder_reduce_ops_opset1.in.cpp [new file with mode: 0644]
ngraph/test/backend/ceiling.in.cpp [new file with mode: 0644]
ngraph/test/backend/comparison.in.cpp [new file with mode: 0644]
ngraph/test/backend/computation_reuse.in.cpp [new file with mode: 0644]
ngraph/test/backend/concat.in.cpp [new file with mode: 0644]
ngraph/test/backend/constant.in.cpp [new file with mode: 0644]
ngraph/test/backend/convert.in.cpp [new file with mode: 0644]
ngraph/test/backend/convolution.in.cpp [new file with mode: 0644]
ngraph/test/backend/convolution_reference.in.cpp [new file with mode: 0644]
ngraph/test/backend/cos.in.cpp [new file with mode: 0644]
ngraph/test/backend/cosh.in.cpp [new file with mode: 0644]
ngraph/test/backend/cum_sum.in.cpp [new file with mode: 0644]
ngraph/test/backend/divide.in.cpp [new file with mode: 0644]
ngraph/test/backend/dot.in.cpp [new file with mode: 0644]
ngraph/test/backend/dyn_broadcast.in.cpp [new file with mode: 0644]
ngraph/test/backend/dyn_replace_slice_reference.in.cpp [new file with mode: 0644]
ngraph/test/backend/dyn_reshape.in.cpp [new file with mode: 0644]
ngraph/test/backend/dyn_slice_reference.in.cpp [new file with mode: 0644]
ngraph/test/backend/dynamic.in.cpp [new file with mode: 0644]
ngraph/test/backend/embedding_lookup.in.cpp [new file with mode: 0644]
ngraph/test/backend/erf.in.cpp [new file with mode: 0644]
ngraph/test/backend/exp.in.cpp [new file with mode: 0644]
ngraph/test/backend/floor.in.cpp [new file with mode: 0644]
ngraph/test/backend/function_name.in.cpp [new file with mode: 0644]
ngraph/test/backend/fused_op.in.cpp [new file with mode: 0644]
ngraph/test/backend/gather.in.cpp [new file with mode: 0644]
ngraph/test/backend/gelu.in.cpp [new file with mode: 0644]
ngraph/test/backend/generate_mask.in.cpp [new file with mode: 0644]
ngraph/test/backend/group_convolution.in.cpp [new file with mode: 0644]
ngraph/test/backend/layer_norm.in.cpp [new file with mode: 0644]
ngraph/test/backend/log.in.cpp [new file with mode: 0644]
ngraph/test/backend/logical_and.in.cpp [new file with mode: 0644]
ngraph/test/backend/logical_or.in.cpp [new file with mode: 0644]
ngraph/test/backend/logical_xor.in.cpp [new file with mode: 0644]
ngraph/test/backend/lrn.in.cpp [new file with mode: 0644]
ngraph/test/backend/matmul.in.cpp [new file with mode: 0644]
ngraph/test/backend/max.in.cpp [new file with mode: 0644]
ngraph/test/backend/maximum.in.cpp [new file with mode: 0644]
ngraph/test/backend/min.in.cpp [new file with mode: 0644]
ngraph/test/backend/minimum.in.cpp [new file with mode: 0644]
ngraph/test/backend/multiple_backends.in.cpp [new file with mode: 0644]
ngraph/test/backend/multiple_result.in.cpp [new file with mode: 0644]
ngraph/test/backend/multiply.in.cpp [new file with mode: 0644]
ngraph/test/backend/negative.in.cpp [new file with mode: 0644]
ngraph/test/backend/node_name.in.cpp [new file with mode: 0644]
ngraph/test/backend/non_zero.in.cpp [new file with mode: 0644]
ngraph/test/backend/not.in.cpp [new file with mode: 0644]
ngraph/test/backend/numeric.in.cpp [new file with mode: 0644]
ngraph/test/backend/one_hot.in.cpp [new file with mode: 0644]
ngraph/test/backend/pad.in.cpp [new file with mode: 0644]
ngraph/test/backend/parameter_as_output.in.cpp [new file with mode: 0644]
ngraph/test/backend/partial_slice.in.cpp [new file with mode: 0644]
ngraph/test/backend/pool.in.cpp [new file with mode: 0644]
ngraph/test/backend/power.in.cpp [new file with mode: 0644]
ngraph/test/backend/product.in.cpp [new file with mode: 0644]
ngraph/test/backend/quantize_dequantize.in.cpp [new file with mode: 0644]
ngraph/test/backend/quantized_convolution.in.cpp [new file with mode: 0644]
ngraph/test/backend/quantized_dot.in.cpp [new file with mode: 0644]
ngraph/test/backend/random_uniform.in.cpp [new file with mode: 0644]
ngraph/test/backend/range.in.cpp [new file with mode: 0644]
ngraph/test/backend/reduce_max.in.cpp [new file with mode: 0644]
ngraph/test/backend/reduce_mean.in.cpp [new file with mode: 0644]
ngraph/test/backend/reduce_min.in.cpp [new file with mode: 0644]
ngraph/test/backend/reduce_prod.in.cpp [new file with mode: 0644]
ngraph/test/backend/reduce_sum.in.cpp [new file with mode: 0644]
ngraph/test/backend/relu.in.cpp [new file with mode: 0644]
ngraph/test/backend/replace_slice.in.cpp [new file with mode: 0644]
ngraph/test/backend/reshape.in.cpp [new file with mode: 0644]
ngraph/test/backend/reverse.in.cpp [new file with mode: 0644]
ngraph/test/backend/reverse_sequence.in.cpp [new file with mode: 0644]
ngraph/test/backend/round.in.cpp [new file with mode: 0644]
ngraph/test/backend/scatter.in.cpp [new file with mode: 0644]
ngraph/test/backend/select.in.cpp [new file with mode: 0644]
ngraph/test/backend/shape_of.in.cpp [new file with mode: 0644]
ngraph/test/backend/sigmoid.in.cpp [new file with mode: 0644]
ngraph/test/backend/sign.in.cpp [new file with mode: 0644]
ngraph/test/backend/sin.in.cpp [new file with mode: 0644]
ngraph/test/backend/sinh.in.cpp [new file with mode: 0644]
ngraph/test/backend/slice.in.cpp [new file with mode: 0644]
ngraph/test/backend/softmax.in.cpp [new file with mode: 0644]
ngraph/test/backend/sqrt.in.cpp [new file with mode: 0644]
ngraph/test/backend/strided_slice.in.cpp [new file with mode: 0644]
ngraph/test/backend/subtract.in.cpp [new file with mode: 0644]
ngraph/test/backend/sum.in.cpp [new file with mode: 0644]
ngraph/test/backend/tan.in.cpp [new file with mode: 0644]
ngraph/test/backend/tanh.in.cpp [new file with mode: 0644]
ngraph/test/backend/tile.in.cpp [new file with mode: 0644]
ngraph/test/backend/topk.in.cpp [new file with mode: 0644]
ngraph/test/backend/transpose.in.cpp [new file with mode: 0644]
ngraph/test/backend/unhandled_op.in.cpp [new file with mode: 0644]
ngraph/test/backend/validate_call.in.cpp [new file with mode: 0644]
ngraph/test/backend/zero_sized.in.cpp [new file with mode: 0644]
ngraph/test/backend_api.cpp [new file with mode: 0644]
ngraph/test/backend_debug_api.cpp [new file with mode: 0644]
ngraph/test/bfloat16.cpp [new file with mode: 0644]
ngraph/test/build_graph.cpp [new file with mode: 0644]
ngraph/test/builder.cpp [new file with mode: 0644]
ngraph/test/builder_autobroadcast.cpp [new file with mode: 0644]
ngraph/test/check.cpp [new file with mode: 0644]
ngraph/test/concat_fusion.cpp [new file with mode: 0644]
ngraph/test/constant.cpp [new file with mode: 0644]
ngraph/test/constant_folding.cpp [new file with mode: 0644]
ngraph/test/control_dependencies.cpp [new file with mode: 0644]
ngraph/test/convert_u1_to_string.cpp [new file with mode: 0644]
ngraph/test/coordinate.cpp [new file with mode: 0644]
ngraph/test/copy.cpp [new file with mode: 0644]
ngraph/test/core.cpp [new file with mode: 0644]
ngraph/test/cpio.cpp [new file with mode: 0644]
ngraph/test/cse.cpp [new file with mode: 0644]
ngraph/test/dyn_elimination.cpp [new file with mode: 0644]
ngraph/test/element_type.cpp [new file with mode: 0644]
ngraph/test/eval.cpp [new file with mode: 0644]
ngraph/test/file_util.cpp [new file with mode: 0644]
ngraph/test/files/onnx/convtranspose_output_shape/w.bin [new file with mode: 0644]
ngraph/test/files/onnx/convtranspose_output_shape/x.bin [new file with mode: 0644]
ngraph/test/files/onnx/convtranspose_output_shape/y.bin [new file with mode: 0644]
ngraph/test/files/onnx/qlinearconv2d/x.bin [new file with mode: 0644]
ngraph/test/files/onnx/qlinearconv2d/y.bin [new file with mode: 0644]
ngraph/test/files/onnx/qlinearconv3d/x.bin [new file with mode: 0644]
ngraph/test/files/onnx/qlinearconv3d/y.bin [new file with mode: 0644]
ngraph/test/files/test.cpio [new file with mode: 0644]
ngraph/test/float16.cpp [new file with mode: 0644]
ngraph/test/header_standalone.in.cpp [new file with mode: 0644]
ngraph/test/includes.cpp [new file with mode: 0644]
ngraph/test/input_output_assign.cpp [new file with mode: 0644]
ngraph/test/intervals.cpp [new file with mode: 0644]
ngraph/test/main.cpp [new file with mode: 0644]
ngraph/test/misc.cpp [new file with mode: 0644]
ngraph/test/misc.hpp [new file with mode: 0644]
ngraph/test/mkldnn.cpp [new file with mode: 0644]
ngraph/test/models/conv_bias.json [new file with mode: 0644]
ngraph/test/models/mxnet/10_bucket_LSTM.json [new file with mode: 0644]
ngraph/test/models/mxnet/1_lstm_cell_forward.json [new file with mode: 0644]
ngraph/test/models/mxnet/1rnn_layer_3lstm_cell.json [new file with mode: 0644]
ngraph/test/models/mxnet/2layer_3timestep_ic100oc100.json [new file with mode: 0644]
ngraph/test/models/mxnet/2rnn_layer_1timestep.json [new file with mode: 0644]
ngraph/test/models/mxnet/2rnn_layer_3lstm_cell.json [new file with mode: 0644]
ngraph/test/models/mxnet/3_lstm_cell_forward.json [new file with mode: 0644]
ngraph/test/models/mxnet/Graph_fprop_sigmoid.json [new file with mode: 0644]
ngraph/test/models/mxnet/LSTM_backward.json [new file with mode: 0644]
ngraph/test/models/mxnet/LSTM_forward.json [new file with mode: 0644]
ngraph/test/models/mxnet/Seq2Seq_backward.json [new file with mode: 0644]
ngraph/test/models/mxnet/Seq2Seq_forward.json [new file with mode: 0644]
ngraph/test/models/mxnet/Sockeye_Seq2Seq_backward.json [new file with mode: 0644]
ngraph/test/models/mxnet/Sockeye_Seq2Seq_forward.json [new file with mode: 0644]
ngraph/test/models/mxnet/batch_dot_3.json [new file with mode: 0644]
ngraph/test/models/mxnet/bn_bprop.json [new file with mode: 0644]
ngraph/test/models/mxnet/bn_fprop.json [new file with mode: 0644]
ngraph/test/models/mxnet/bn_fprop_b2c3h2w2.json [new file with mode: 0644]
ngraph/test/models/mxnet/gru_debug.json [new file with mode: 0644]
ngraph/test/models/mxnet/lstm_bi_directional.json [new file with mode: 0644]
ngraph/test/models/mxnet/mnist_mlp_forward.json [new file with mode: 0644]
ngraph/test/models/mxnet/mxnet_densenet121_inference_batch1_float32.json [new file with mode: 0644]
ngraph/test/models/mxnet/rnn-10-step-fusion-test.json [new file with mode: 0644]
ngraph/test/models/mxnet/tranpose.json [new file with mode: 0644]
ngraph/test/models/onnx/acosh.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/add_abc.onnx [new file with mode: 0644]
ngraph/test/models/onnx/add_abc.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/add_abc_initializers.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/add_bcast.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/addmul_abc.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/argmax_int32.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/argmin_int32.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/argmin_no_keepdims.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/asinh.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/atanh.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/average_pool_2d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/average_pool_2d_pads.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/batchnorm_default.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/bool_const_op.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/bool_init_and.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/bool_init_raw.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/bool_input_or.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/concat.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/concat_negative_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv2d_dilation_assym_pads_strides.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv3d_bias.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_integer.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_integer_no_zero_point.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_integer_pads.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_transpose_w_groups.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_with_strides_and_asymmetric_padding.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_with_strides_no_padding.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_with_strides_padding.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/conv_with_strides_padding_bias.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_dyn_data.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_dyn_filters.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_groups_pads_bias.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_groups_w_pads.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_output_shape.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_output_shape_auto_pads_same_lower.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/convtranspose_output_shape_auto_pads_same_upper.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/cosh.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/cum_sum_1d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/cum_sum_2d_axis_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/cum_sum_2d_dynamic_axis_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/cum_sum_3d_exclusive_reverse.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/custom_operator.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/custom_operator_default_domain.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/depth_to_space.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/depth_to_space_bad_blocksize.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/depth_to_space_chw.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/depth_to_space_no_blocksize.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequant_lin.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequantize_linear_0.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequantize_linear_1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequantize_linear_2.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequantize_linear_3.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequantize_linear_4.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dequantize_linear_5.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/div.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/a_plus_b_dyn_rank.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/ab_plus_c.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/acosh_dyn_shape.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/argmax_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/argmin_no_keep_dims_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/asinh_dyn_shape.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/atanh_dyn_shape.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/average_pool_2d_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/constant_of_shape_float_zeros.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/constant_of_shape_int_ones.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/conv_with_dynamic_batch.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/expand_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/expand_uint16_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/flatten_dyn_shape_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/flatten_dyn_shape_axis0.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/flatten_dyn_shape_neg_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/global_average_pool_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/global_max_pool_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/max_pool_2d_dyn.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/scalar_initializers.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_2d_default_steps_dyn_begin_end.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_2d_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_3d_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_3d_input_12_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_3d_input_20_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_3d_input_neg_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_4d_input_0231_axes_ends_max.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_4d_input_2103_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_4d_input_23_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_4d_input_23_axes_21_steps.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_default_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/slice_default_steps.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/dynamic_shapes/transpose.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/elu.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/erf.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/erf_int32.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/expand_static_shape.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/eye_like.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/filename.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/flatten.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/gatherND_float.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/gatherND_int32.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/gemm_abc.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/global_lp_pool_dynamic_hw.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/global_lp_pool_p0.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/global_lp_pool_p1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/global_lp_pool_p2.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/global_lp_pool_p3.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/hardmax.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/initializer_wo_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/instance_norm.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/leaky_relu.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lp_norm_default.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lp_norm_p1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lp_norm_p2.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lstm_bdir_short_input_seq.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lstm_fwd_hardsigmoid_activation.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lstm_fwd_large_batch_no_clip.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lstm_fwd_mixed_seq.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lstm_fwd_with_clip.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/lstm_mixed_seq_reverse.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_float.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_integer.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_integer_4d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_integer_4d_no_zero_point.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_integer_no_zero_point.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_integer_scalar.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/matmul_vec_ten3d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/max.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/max_opset1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/max_pool_2d_pads.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/mean.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/mean_opset1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/min_two_inputs.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/min_two_inputs_opset1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/missing_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/missing_op_domain.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/mod_sign.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/non_zero_1d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/non_zero_1d_float.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/non_zero_2d_bool.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/non_zero_3d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/non_zero_scalar.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/one_hot_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/one_hot_no_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/onnx_prototxt_converter.py [new file with mode: 0644]
ngraph/test/models/onnx/onnx_prototxt_converter_requirements.txt [new file with mode: 0644]
ngraph/test/models/onnx/override_op.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/pad_constant.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/prelu.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/provenance_downgrade_topk.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/provenance_input_tags.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/provenance_multiple_outputs_op.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/provenance_node_name_and_outputs.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/provenance_only_outputs.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/provenance_tag_add.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/qlinear_conv_2d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/qlinear_conv_3d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/qlinear_matmul.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/qlinear_matmul_3d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/quant_conv_lin.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/quantize_linear.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/quantize_linear_axis_negative.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/quantize_linear_axis_zero.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/quantize_linear_zero_point.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reciprocal.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_l1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_l2.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_log_sum.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_log_sum_exp.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_max.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_mean.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_min.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_prod.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_sum.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reduce_sum_square.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/relu.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_extended_dims.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_negative_dim.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_negative_with_zero_dims.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_output_shape_as_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_reduced_dims.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_reordered_dims.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reshape_single_dim.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/resize_opset10.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reverse_sequence_incorrect_batch_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reverse_sequence_incorrect_time_axis.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reverse_sequence_time_0_batch_1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reverse_sequence_time_1_batch_0.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/reverse_sequence_time_and_batch_axis_equal.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/round.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/scatter_elements_opset11.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/scatter_nd.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/scatter_opset10.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/selu.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/shape.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/shrink_float.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/shrink_int.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sigmoid.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sign.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sinh.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_0D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_1D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_axis_0.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_axis_1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_axis_2.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_invalid_axis_1D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softmax_invalid_axis_3D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/softplus.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/space_to_depth.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/space_to_depth_bad_blocksize.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/space_to_depth_chw.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/space_to_depth_no_blocksize.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/split_equal_parts_2d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/split_equal_parts_default.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/split_variable_parts_2d.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/squeeze_duplicate_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sub.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sum.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sum_one_input.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sum_opset1.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/sum_opset8.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/tanh.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/thresholded_relu.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/tile.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/tile_static.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/top_k.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/top_k_opset_10.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/top_k_opset_10_const_k.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/top_k_opset_11_const_k_smallest.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/unknown_domain.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/unknown_domain_add.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/unsqueeze.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/unsqueeze_negative_axes.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/unsupported_op.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/where.prototxt [new file with mode: 0644]
ngraph/test/models/paddlepaddle/ngraph-paddlepaddle-bprop0.json [new file with mode: 0644]
ngraph/test/models/paddlepaddle/ngraph-paddlepaddle-bprop1.json [new file with mode: 0644]
ngraph/test/models/paddlepaddle/ngraph-paddlepaddle-function1.json [new file with mode: 0644]
ngraph/test/models/paddlepaddle/ngraph-paddlepaddle-function3.json [new file with mode: 0644]
ngraph/test/models/tensorflow/mnist_cnn_maxpool/tf_function_cluster_13[_XlaCompiledKernel=true,_XlaNumConstantArgs=0,_XlaNumResourceArgs=0].v33.json [new file with mode: 0644]
ngraph/test/models/tensorflow/mnist_cnn_maxpool/tf_function_cluster_17[_XlaCompiledKernel=true,_XlaNumConstantArgs=1,_XlaNumResourceArgs=0].v170.json [new file with mode: 0644]
ngraph/test/models/tensorflow/mnist_mlp/tf_function_cluster_4[_XlaCompiledKernel=true,_XlaNumConstantArgs=1,_XlaNumResourceArgs=0].v82.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_12[_XlaCompiledKernel=true,_XlaNumConstantArgs=3,_XlaNumResourceArgs=0].v23.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_16[_XlaCompiledKernel=true,_XlaNumConstantArgs=6,_XlaNumResourceArgs=0].v42.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_20[_XlaCompiledKernel=true,_XlaNumConstantArgs=3,_XlaNumResourceArgs=0].v23.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_22[_XlaCompiledKernel=true,_XlaNumConstantArgs=4,_XlaNumResourceArgs=0].v24.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_23[_XlaCompiledKernel=true,_XlaNumConstantArgs=1,_XlaNumResourceArgs=0].v296.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_28[_XlaCompiledKernel=true,_XlaNumConstantArgs=0,_XlaNumResourceArgs=0].v13.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_34[_XlaCompiledKernel=true,_XlaNumConstantArgs=7,_XlaNumResourceArgs=0].v73.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_4[_XlaCompiledKernel=true,_XlaNumConstantArgs=1,_XlaNumResourceArgs=0].v14.json [new file with mode: 0644]
ngraph/test/models/tensorflow/resnet8/tf_function_cluster_8[_XlaCompiledKernel=true,_XlaNumConstantArgs=2,_XlaNumResourceArgs=0].v28.json [new file with mode: 0644]
ngraph/test/models/tensorflow/rnn/vanilla_rnn_3_time_step.json [new file with mode: 0644]
ngraph/test/models/tf_conv_mnist_nhwc.json [new file with mode: 0644]
ngraph/test/ngraph_api.cpp [new file with mode: 0644]
ngraph/test/node_input_output.cpp [new file with mode: 0644]
ngraph/test/nop_elimination.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_const_folding.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_convpool.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_dyn_shapes.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_library.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_provenance.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_quant.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_reshape.in.cpp [new file with mode: 0644]
ngraph/test/onnx/onnx_import_rnn.in.cpp [new file with mode: 0644]
ngraph/test/op.cpp [new file with mode: 0644]
ngraph/test/op_eval/matmul.cpp [new file with mode: 0644]
ngraph/test/op_eval/non_zero.cpp [new file with mode: 0644]
ngraph/test/op_eval/strided_slice.cpp [new file with mode: 0644]
ngraph/test/op_is.cpp [new file with mode: 0644]
ngraph/test/opset1.cpp [new file with mode: 0644]
ngraph/test/opset_pass/binary_elementwise_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/broadcast_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/convolution_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/gather_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/generate_mask_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/logical_and_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/logical_not_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/logical_or_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/logical_xor_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/one_hot_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/pad_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/poolings_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/reduction_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/reverse_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/select_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/slice_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/softmax_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/topk_opset_pass.cpp [new file with mode: 0644]
ngraph/test/opset_pass/transpose_opset_pass.cpp [new file with mode: 0644]
ngraph/test/partial_shape.cpp [new file with mode: 0644]
ngraph/test/pass.cpp [new file with mode: 0644]
ngraph/test/pass_liveness.cpp [new file with mode: 0644]
ngraph/test/pass_manager.cpp [new file with mode: 0644]
ngraph/test/pass_memory_layout.cpp [new file with mode: 0644]
ngraph/test/pass_shape_relevance.cpp [new file with mode: 0644]
ngraph/test/pattern.cpp [new file with mode: 0644]
ngraph/test/provenance.cpp [new file with mode: 0644]
ngraph/test/ref_generators/generate_convolution_ref.py [new file with mode: 0644]
ngraph/test/ref_generators/generate_dyn_replace_slice_ref.py [new file with mode: 0644]
ngraph/test/ref_generators/generate_dyn_slice_ref.py [new file with mode: 0644]
ngraph/test/ref_generators/generate_lrn_across_axes.py [new file with mode: 0644]
ngraph/test/ref_generators/generate_normalize_l2_ref.py [new file with mode: 0644]
ngraph/test/replace_node.cpp [new file with mode: 0644]
ngraph/test/reshape_elimination.cpp [new file with mode: 0644]
ngraph/test/reshape_sinking.cpp [new file with mode: 0644]
ngraph/test/runtime/CMakeLists.txt [new file with mode: 0644]
ngraph/test/runtime/backend.cpp [new file with mode: 0644]
ngraph/test/runtime/backend.hpp [new file with mode: 0644]
ngraph/test/runtime/backend_manager.cpp [new file with mode: 0644]
ngraph/test/runtime/backend_manager.hpp [new file with mode: 0644]
ngraph/test/runtime/backend_visibility.hpp [new file with mode: 0644]
ngraph/test/runtime/cache.cpp [new file with mode: 0644]
ngraph/test/runtime/cache.hpp [new file with mode: 0644]
ngraph/test/runtime/dynamic/dynamic_backend.cpp [new file with mode: 0644]
ngraph/test/runtime/dynamic/dynamic_backend.hpp [new file with mode: 0644]
ngraph/test/runtime/executable.cpp [new file with mode: 0644]
ngraph/test/runtime/executable.hpp [new file with mode: 0644]
ngraph/test/runtime/ie/CMakeLists.txt [new file with mode: 0644]
ngraph/test/runtime/ie/ie_backend.cpp [new file with mode: 0644]
ngraph/test/runtime/ie/ie_backend.hpp [new file with mode: 0644]
ngraph/test/runtime/ie/ie_backend_visibility.hpp [new file with mode: 0644]
ngraph/test/runtime/ie/ie_executable.cpp [new file with mode: 0644]
ngraph/test/runtime/ie/ie_executable.hpp [new file with mode: 0644]
ngraph/test/runtime/ie/ie_tensor.cpp [new file with mode: 0644]
ngraph/test/runtime/ie/ie_tensor.hpp [new file with mode: 0644]
ngraph/test/runtime/ie/unit_test.manifest [new file with mode: 0644]
ngraph/test/runtime/interpreter/CMakeLists.txt [new file with mode: 0644]
ngraph/test/runtime/interpreter/int_backend.cpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/int_backend.hpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/int_backend_visibility.hpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/int_executable.cpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/int_executable.hpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/opset_int_tbl.hpp [new file with mode: 0644]
ngraph/test/runtime/interpreter/unit_test.manifest [new file with mode: 0644]
ngraph/test/runtime/performance_counter.hpp [new file with mode: 0644]
ngraph/test/serialize.cpp [new file with mode: 0644]
ngraph/test/shape.cpp [new file with mode: 0644]
ngraph/test/specialize_function.cpp [new file with mode: 0644]
ngraph/test/tensor.cpp [new file with mode: 0644]
ngraph/test/type_prop/all.cpp [new file with mode: 0644]
ngraph/test/type_prop/any.cpp [new file with mode: 0644]
ngraph/test/type_prop/avg_pool.cpp [new file with mode: 0644]
ngraph/test/type_prop/batch_mat_mul.cpp [new file with mode: 0644]
ngraph/test/type_prop/batch_mat_mul_transpose.cpp [new file with mode: 0644]
ngraph/test/type_prop/batch_norm.cpp [new file with mode: 0644]
ngraph/test/type_prop/batch_to_space.cpp [new file with mode: 0644]
ngraph/test/type_prop/binary_elementwise.cpp [new file with mode: 0644]
ngraph/test/type_prop/broadcast.cpp [new file with mode: 0644]
ngraph/test/type_prop/bucketize.cpp [new file with mode: 0644]
ngraph/test/type_prop/clamp.cpp [new file with mode: 0644]
ngraph/test/type_prop/compat.cpp [new file with mode: 0644]
ngraph/test/type_prop/concat.cpp [new file with mode: 0644]
ngraph/test/type_prop/constant.cpp [new file with mode: 0644]
ngraph/test/type_prop/convert.cpp [new file with mode: 0644]
ngraph/test/type_prop/convolution.cpp [new file with mode: 0644]
ngraph/test/type_prop/convolution_bias.cpp [new file with mode: 0644]
ngraph/test/type_prop/crop_and_resize.cpp [new file with mode: 0644]
ngraph/test/type_prop/deformable_psroi_pooling.cpp [new file with mode: 0644]
ngraph/test/type_prop/depth_to_space.cpp [new file with mode: 0644]
ngraph/test/type_prop/dequantize.cpp [new file with mode: 0644]
ngraph/test/type_prop/dot.cpp [new file with mode: 0644]
ngraph/test/type_prop/dyn_broadcast.cpp [new file with mode: 0644]
ngraph/test/type_prop/dyn_pad.cpp [new file with mode: 0644]
ngraph/test/type_prop/dyn_replace_slice.cpp [new file with mode: 0644]
ngraph/test/type_prop/dyn_reshape.cpp [new file with mode: 0644]
ngraph/test/type_prop/dyn_slice.cpp [new file with mode: 0644]
ngraph/test/type_prop/elu.cpp [new file with mode: 0644]
ngraph/test/type_prop/embedding_lookup.cpp [new file with mode: 0644]
ngraph/test/type_prop/embedding_segments_sum.cpp [new file with mode: 0644]
ngraph/test/type_prop/embeddingbag_offsetssum.cpp [new file with mode: 0644]
ngraph/test/type_prop/embeddingbag_packedsum.cpp [new file with mode: 0644]
ngraph/test/type_prop/extractimagepatches.cpp [new file with mode: 0644]
ngraph/test/type_prop/fake_quantize.cpp [new file with mode: 0644]
ngraph/test/type_prop/gather.cpp [new file with mode: 0644]
ngraph/test/type_prop/gather_nd.cpp [new file with mode: 0644]
ngraph/test/type_prop/gather_tree.cpp [new file with mode: 0644]
ngraph/test/type_prop/gemm.cpp [new file with mode: 0644]
ngraph/test/type_prop/get_output_element.cpp [new file with mode: 0644]
ngraph/test/type_prop/grn.cpp [new file with mode: 0644]
ngraph/test/type_prop/group_convolution.cpp [new file with mode: 0644]
ngraph/test/type_prop/group_convolution_backprop_data.cpp [new file with mode: 0644]
ngraph/test/type_prop/gru_cell.cpp [new file with mode: 0644]
ngraph/test/type_prop/hard_sigmoid.cpp [new file with mode: 0644]
ngraph/test/type_prop/index_reduction.cpp [new file with mode: 0644]
ngraph/test/type_prop/layer_norm.cpp [new file with mode: 0644]
ngraph/test/type_prop/lrn.cpp [new file with mode: 0644]
ngraph/test/type_prop/lstm_cell.cpp [new file with mode: 0644]
ngraph/test/type_prop/lstm_sequence.cpp [new file with mode: 0644]
ngraph/test/type_prop/matmul.cpp [new file with mode: 0644]
ngraph/test/type_prop/max_pool.cpp [new file with mode: 0644]
ngraph/test/type_prop/mvn.cpp [new file with mode: 0644]
ngraph/test/type_prop/non_max_suppression.cpp [new file with mode: 0644]
ngraph/test/type_prop/non_zero.cpp [new file with mode: 0644]
ngraph/test/type_prop/normalize.cpp [new file with mode: 0644]
ngraph/test/type_prop/one_hot.cpp [new file with mode: 0644]
ngraph/test/type_prop/pad.cpp [new file with mode: 0644]
ngraph/test/type_prop/parameter.cpp [new file with mode: 0644]
ngraph/test/type_prop/prelu.cpp [new file with mode: 0644]
ngraph/test/type_prop/proposal.cpp [new file with mode: 0644]
ngraph/test/type_prop/quantize.cpp [new file with mode: 0644]
ngraph/test/type_prop/quantized_convolution.cpp [new file with mode: 0644]
ngraph/test/type_prop/quantized_dot.cpp [new file with mode: 0644]
ngraph/test/type_prop/random_uniform.cpp [new file with mode: 0644]
ngraph/test/type_prop/range.cpp [new file with mode: 0644]
ngraph/test/type_prop/reduce_prod.cpp [new file with mode: 0644]
ngraph/test/type_prop/reduce_sum.cpp [new file with mode: 0644]
ngraph/test/type_prop/replace_slice.cpp [new file with mode: 0644]
ngraph/test/type_prop/reshape.cpp [new file with mode: 0644]
ngraph/test/type_prop/reverse.cpp [new file with mode: 0644]
ngraph/test/type_prop/reverse_sequence.cpp [new file with mode: 0644]
ngraph/test/type_prop/rnn_cell.cpp [new file with mode: 0644]
ngraph/test/type_prop/roi_align.cpp [new file with mode: 0644]
ngraph/test/type_prop/scale_shift.cpp [new file with mode: 0644]
ngraph/test/type_prop/scatter_add.cpp [new file with mode: 0644]
ngraph/test/type_prop/scatter_elements_update.cpp [new file with mode: 0644]
ngraph/test/type_prop/scatter_nd.cpp [new file with mode: 0644]
ngraph/test/type_prop/scatter_nd_update.cpp [new file with mode: 0644]
ngraph/test/type_prop/scatter_update.cpp [new file with mode: 0644]
ngraph/test/type_prop/select.cpp [new file with mode: 0644]
ngraph/test/type_prop/shape_of.cpp [new file with mode: 0644]
ngraph/test/type_prop/shuffle_channels.cpp [new file with mode: 0644]
ngraph/test/type_prop/slice.cpp [new file with mode: 0644]
ngraph/test/type_prop/space_to_batch.cpp [new file with mode: 0644]
ngraph/test/type_prop/space_to_depth.cpp [new file with mode: 0644]
ngraph/test/type_prop/split.cpp [new file with mode: 0644]
ngraph/test/type_prop/squared_difference.cpp [new file with mode: 0644]
ngraph/test/type_prop/squeeze.cpp [new file with mode: 0644]
ngraph/test/type_prop/strided_slice.cpp [new file with mode: 0644]
ngraph/test/type_prop/sum.cpp [new file with mode: 0644]
ngraph/test/type_prop/tile.cpp [new file with mode: 0644]
ngraph/test/type_prop/top_k.cpp [new file with mode: 0644]
ngraph/test/type_prop/transpose.cpp [new file with mode: 0644]
ngraph/test/type_prop/unary_elementwise.cpp [new file with mode: 0644]
ngraph/test/type_prop/unsqueeze.cpp [new file with mode: 0644]
ngraph/test/type_prop/variadic_split.cpp [new file with mode: 0644]
ngraph/test/type_prop_benchmark.cpp [new file with mode: 0644]
ngraph/test/type_prop_layers.cpp [new file with mode: 0644]
ngraph/test/update_convolution_reference.sh [new file with mode: 0644]
ngraph/test/update_dyn_replace_slice_reference.sh [new file with mode: 0644]
ngraph/test/update_dyn_slice_reference.sh [new file with mode: 0644]
ngraph/test/util.cpp [new file with mode: 0644]
ngraph/test/util/CMakeLists.txt [new file with mode: 0644]
ngraph/test/util/all_close.hpp [new file with mode: 0644]
ngraph/test/util/all_close_f.cpp [new file with mode: 0644]
ngraph/test/util/all_close_f.hpp [new file with mode: 0644]
ngraph/test/util/autodiff/backprop_derivative.hpp [new file with mode: 0644]
ngraph/test/util/autodiff/backprop_function.cpp [new file with mode: 0644]
ngraph/test/util/autodiff/backprop_function.hpp [new file with mode: 0644]
ngraph/test/util/autodiff/numeric_compare.hpp [new file with mode: 0644]
ngraph/test/util/autodiff/numeric_derivative.hpp [new file with mode: 0644]
ngraph/test/util/float_util.cpp [new file with mode: 0644]
ngraph/test/util/float_util.hpp [new file with mode: 0644]
ngraph/test/util/known_element_types.hpp [new file with mode: 0644]
ngraph/test/util/matcher.hpp [new file with mode: 0644]
ngraph/test/util/ndarray.hpp [new file with mode: 0644]
ngraph/test/util/provenance_enabler.hpp [new file with mode: 0644]
ngraph/test/util/random.hpp [new file with mode: 0644]
ngraph/test/util/test_case.cpp [new file with mode: 0644]
ngraph/test/util/test_case.hpp [new file with mode: 0644]
ngraph/test/util/test_control.cpp [new file with mode: 0644]
ngraph/test/util/test_control.hpp [new file with mode: 0644]
ngraph/test/util/test_tools.cpp [new file with mode: 0644]
ngraph/test/util/test_tools.hpp [new file with mode: 0644]
ngraph/test/util/type_prop.hpp [new file with mode: 0644]
ngraph/test/util/unit-test-execution/README.md [new file with mode: 0644]
ngraph/test/util/unit-test-execution/conftest.py [new file with mode: 0644]
ngraph/test/util/unit-test-execution/requirements.txt [new file with mode: 0644]
ngraph/test/util/unit-test-execution/unit_test_executable.py [new file with mode: 0644]
ngraph/test/zero_dim_tensor_elimination.cpp [new file with mode: 0644]
tests/stress_tests/memcheck_tests/tests_pipelines/tests_pipelines.cpp