About Tensorflow lite

Hi, I have used the Tensorflow 2.0 and converted LSTM model to TFLITE model further this model. I have tried to import to TVM version, But I get the following error what could be this

Didn’t find custom op for name ‘TensorListFromTensor’ with version 1

thanks

TVM’s TFLite support are limited to TFLite builtin operators currently (TensorFlow 1.14 based). A custom operator may need further effort to enable, and as their could be plenty of custom operator, maybe try load the TensorFlow models?

1 Like

ya that’s true even I have tried with the Tensorflow enabled version with custom ops enabled build, but still, it says TensorListFromTensor didnt find the name