-
Notifications
You must be signed in to change notification settings - Fork 346
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels