File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
79
79
80
80
######################################################################
81
- # In this example, we will assume that aten::add.Tensor is not supported by the ONNX registry,
81
+ # In this example, we will assume that `` aten::add.Tensor`` is not supported by the ONNX registry,
82
82
# and we will demonstrate how to support it. The ONNX registry allows user overrides for operator
83
- # registration. In this case, we will override the registration of aten::add.Tensor with our
83
+ # registration. In this case, we will override the registration of `` aten::add.Tensor`` with our
84
84
# implementation and verify it. However, this unsupported operator should return False when
85
85
# checked with :meth:`onnx_registry.is_registered_op`.
86
86
#
You can’t perform that action at this time.
0 commit comments