File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
# ``RuntimeErrorWithDiagnostic: Unsupported FX nodes: {'call_function': ['aten.add.Tensor']}. ``
59
59
#
60
60
# To support unsupported ATen operators, we need two things:
61
- # 1. The unsupported ATen operator namespace, operator name, and the
62
- # corresponding overload. (e.g. <namespace>::<op_name>.<overload> - aten::add.Tensor),
61
+ # * The unsupported ATen operator namespace, operator name, and the
62
+ # corresponding overload (for example `` <namespace>::<op_name>.<overload> - aten::add.Tensor`` ),
63
63
# which can be found in the error message.
64
- # 2. The implementation of the operator in `onnxscript <https://github.com/microsoft/onnxscript>`__.
64
+ # * The implementation of the operator in `ONNX Script <https://github.com/microsoft/onnxscript>`__.
65
65
#
66
66
67
67
You can’t perform that action at this time.
0 commit comments