Added tflite to 'predefined_frontends' list (#19599)

This commit is contained in:
Ilya Lavrenov 2023-09-05 09:33:35 +04:00 committed by GitHub
parent 75b6a24787
commit c3b0c531f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ public:
{"ir", "ir"},
{"onnx", "onnx"},
{"tf", "tensorflow"},
{"tflite", "tensorflow_lite"},
{"paddle", "paddle"},
{"pytorch", "pytorch"},
};