You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Member not found: 'float32'.
final output = TensorBuffer.createFixedSize([1, 128], TfLiteType.float32);
I'm using the tflite_flutter_helper_plus package to work with TensorFlow Lite models in my Flutter app. When I try to create a TensorBuffer using TensorBuffer.createFixedSize([1, 160, 160, 3], TfLiteType.float32), I get the following error: "Error: Unsupported feature: TensorBuffer.createFixedSize is not supported."
I have the tflite_flutter package installed and have verified that I'm using the latest version of both packages.
The text was updated successfully, but these errors were encountered:
Error: Member not found: 'float32'.
final output = TensorBuffer.createFixedSize([1, 128], TfLiteType.float32);
I'm using the tflite_flutter_helper_plus package to work with TensorFlow Lite models in my Flutter app. When I try to create a TensorBuffer using TensorBuffer.createFixedSize([1, 160, 160, 3], TfLiteType.float32), I get the following error: "Error: Unsupported feature: TensorBuffer.createFixedSize is not supported."
I have the tflite_flutter package installed and have verified that I'm using the latest version of both packages.
The text was updated successfully, but these errors were encountered: