Skip to content

Could not find an implementation for Reshape(19) node #41

@yuanhoujun

Description

@yuanhoujun

When call like this:

  final inputData = processInput(image, rate);

  List<List<List<List<double>>>> dataForTensor = [inputData];
  OrtValueTensor tensor = OrtValueTensor.createTensorWithDataList(dataForTensor, []);

Throws:

_OrtException (code=9, message=Could not find an implementation for Reshape(19) node with name '/model.10/m/m.0/attn/Reshape')

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