Skip to content

[Bug]  #13060

@fxrhhx

Description

@fxrhhx
  • AttributeError: <class 'tvm.ir.type.TupleType'> has no attribute shape

  • so how to support SequenceEmpty op which belongs to onnx ?

  • this is my implement, but has error : - AttributeError: <class 'tvm.ir.type.TupleType'> has no attribute shape

  • class SequenceEmpty(OnnxOpConverter):

    """Operator converter for sequence construction op."""

    @classmethod
    def _impl_v11(cls, inputs, attr, params):
    # Construct a tuple from input tensors.
    return _expr.Tuple([])

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions