Added tflite to 'predefined_frontends' list (#19599)
This commit is contained in:
parent
75b6a24787
commit
c3b0c531f7
@ -49,6 +49,7 @@ public:
|
|||||||
{"ir", "ir"},
|
{"ir", "ir"},
|
||||||
{"onnx", "onnx"},
|
{"onnx", "onnx"},
|
||||||
{"tf", "tensorflow"},
|
{"tf", "tensorflow"},
|
||||||
|
{"tflite", "tensorflow_lite"},
|
||||||
{"paddle", "paddle"},
|
{"paddle", "paddle"},
|
||||||
{"pytorch", "pytorch"},
|
{"pytorch", "pytorch"},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user