mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:59:07 +08:00
9b68425b11
* openvino: 2023.1.0 release * updated version databases
13 lines
458 B
Diff
13 lines
458 B
Diff
diff --git a/src/frontends/common/src/manager.cpp b/src/frontends/common/src/manager.cpp
|
|
index 2fa59398b1..fa917dadb1 100644
|
|
--- a/src/frontends/common/src/manager.cpp
|
|
+++ b/src/frontends/common/src/manager.cpp
|
|
@@ -49,6 +49,7 @@ public:
|
|
{"ir", "ir"},
|
|
{"onnx", "onnx"},
|
|
{"tf", "tensorflow"},
|
|
+ {"tflite", "tensorflow_lite"},
|
|
{"paddle", "paddle"},
|
|
{"pytorch", "pytorch"},
|
|
};
|