Fixed loading error when we see string type (#18837)

This commit is contained in:
Georgy Krivoruchko
2023-07-28 04:02:50 -07:00
committed by GitHub
parent 5e846a0433
commit 9bf5b6effb

View File

@@ -44,6 +44,7 @@ ov::element::Type ov::frontend::tensorflow_lite::get_ov_type(const tflite::Tenso
{tflite::TensorType_UINT16, element::u16},
{tflite::TensorType_INT4, element::i4},
{tflite::TensorType_COMPLEX64, element::dynamic},
{tflite::TensorType_STRING, element::dynamic},
// TODO: support the following types
// {TensorType_STRING, element::string},
// {TensorType_COMPLEX128, element::complex128},