fxrhhx opened a new issue, #13060:
URL: https://github.com/apache/tvm/issues/13060
- 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([])
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]