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