Fixed loading error when we see string type (#18837)
This commit is contained in:
committed by
GitHub
parent
5e846a0433
commit
9bf5b6effb
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user