Skip to content

TensorBuffer.createFixedSize is not supported. #79

@HarshKevadiya2403

Description

@HarshKevadiya2403

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions