-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Simple models with Relu fail when converting via ONNX frontend, as Relu shape and dtype information is missing (None).
May I please confirm if ONNX is intended to be supported?
frontend/onnx.python
... # [line277]
@staticmethod
def _handle_relu(op_info):
input_tensor = op_info.input_tensors[0]
op_info.output_tensors[0].dtype = input_tensor.dtype
op_info.output_tensors[0].shape = input_tensor.shape[:]
...
Metadata
Metadata
Assignees
Labels
No labels