* Added Saved Model proto descriptors * Included Google's protobuf repository * Added wstring version of ov::util::directory_exists * Added initial implementation of Saved Model iterator # Conflicts: # src/frontends/tensorflow/src/frontend.cpp * Added missing proto files to repository * Implemented reading of variables index and data files # Conflicts: # src/frontends/tensorflow/src/frontend.cpp * Renamed class # Conflicts: # src/frontends/tensorflow/src/frontend.cpp * Fix for cross-platform directory_exists * Fixed codestyle and simplified code * CI fixes * Separeted Saved Model iterator from Proto iterator * Moved variables index into separate class * Added initial implementation of reading a variables from saved model # Conflicts: # src/frontends/tensorflow/src/frontend.cpp * Added external variable mapping * Code cleanup * Commit is for discussion purposes!!! Implemented RestoreV2 with a workaround for strings Not optimized, includes mem leak * In progress... * Added DT_STRING coverage into decoder_proto * m_variables_index moved into underlying class * Updated copyrgihts, added space between license and code * Moved string constant to separate class * Added AssignVariableOp operation * Changed behavior of RestoreV2 Updated stubs for other ops * Second working implementation, enabled: Program-only models Variables reading from data files * Extended docs * Fixed dynamic type * Fixed naming * Added Snappy submodule to support compression in TF FE * Enabled Snappy Compression for TF FE * Make static linkage of Snappy Changing Warning as error behavior for 3rd party * CI fixes * Added Snappy copyright info * Aligned behavior of StringConstant with UnsupportedConstant * Added correct naming and removing unused inputs/outputs
72 lines
2.6 KiB
Plaintext
72 lines
2.6 KiB
Plaintext
[submodule "src/plugins/intel_cpu/thirdparty/onednn"]
|
|
path = src/plugins/intel_cpu/thirdparty/onednn
|
|
url = https://github.com/openvinotoolkit/oneDNN.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/xbyak"]
|
|
path = thirdparty/xbyak
|
|
url = https://github.com/herumi/xbyak.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/zlib/zlib"]
|
|
path = thirdparty/zlib/zlib
|
|
url = https://github.com/madler/zlib.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/pugixml"]
|
|
path = thirdparty/pugixml
|
|
url = https://github.com/zeux/pugixml.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ade"]
|
|
path = thirdparty/ade
|
|
url = https://github.com/opencv/ade.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/gflags/gflags"]
|
|
path = thirdparty/gflags/gflags
|
|
url = https://github.com/gflags/gflags.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/gtest/gtest"]
|
|
path = thirdparty/gtest/gtest
|
|
url = https://github.com/openvinotoolkit/googletest.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ocl/icd_loader"]
|
|
path = thirdparty/ocl/icd_loader
|
|
url = https://github.com/KhronosGroup/OpenCL-ICD-Loader.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ocl/cl_headers"]
|
|
path = thirdparty/ocl/cl_headers
|
|
url = https://github.com/KhronosGroup/OpenCL-Headers.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/ocl/clhpp_headers"]
|
|
path = thirdparty/ocl/clhpp_headers
|
|
url = https://github.com/KhronosGroup/OpenCL-CLHPP.git
|
|
ignore = dirty
|
|
[submodule "thirdparty/onnx"]
|
|
path = thirdparty/onnx/onnx
|
|
url = https://github.com/onnx/onnx.git
|
|
[submodule "thirdparty/protobuf"]
|
|
path = thirdparty/protobuf/protobuf
|
|
url = https://github.com/protocolbuffers/protobuf.git
|
|
[submodule "src/bindings/python/thirdparty/pybind11"]
|
|
path = src/bindings/python/thirdparty/pybind11
|
|
url = https://github.com/pybind/pybind11.git
|
|
[submodule "thirdparty/ittapi/ittapi"]
|
|
path = thirdparty/ittapi/ittapi
|
|
url = https://github.com/intel/ittapi.git
|
|
[submodule "ncc"]
|
|
path = cmake/developer_package/ncc_naming_style/ncc
|
|
url = https://github.com/nithinn/ncc.git
|
|
[submodule "thirdparty/onednn_gpu"]
|
|
path = src/plugins/intel_gpu/thirdparty/onednn_gpu
|
|
url = https://github.com/oneapi-src/oneDNN.git
|
|
[submodule "tools/pot/thirdparty/open_model_zoo"]
|
|
path = thirdparty/open_model_zoo
|
|
url = https://github.com/openvinotoolkit/open_model_zoo.git
|
|
[submodule "thirdparty/json/nlohmann_json"]
|
|
path = thirdparty/json/nlohmann_json
|
|
url = https://github.com/nlohmann/json.git
|
|
shallow = true
|
|
[submodule "thirdparty/flatbuffers/flatbuffers"]
|
|
path = thirdparty/flatbuffers/flatbuffers
|
|
url = https://github.com/google/flatbuffers.git
|
|
[submodule "thirdparty/snappy"]
|
|
path = thirdparty/snappy
|
|
url = https://github.com/google/snappy.git
|