-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Bug] #13060
Copy link
Copy link
Closed
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug
Description
-
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([])
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug