We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f442f27 commit 4be0618Copy full SHA for 4be0618
advanced_source/torch_script_custom_ops.rst
@@ -1029,5 +1029,5 @@ visible to TorchScript:
1029
1030
>>> import torch
1031
>>> torch.ops.load_library("warp_perspective.so")
1032
- >>> print(torch.ops.custom.warp_perspective)
+ >>> print(torch.ops.my_ops.warp_perspective)
1033
<built-in method custom::warp_perspective of PyCapsule object at 0x7ff51c5b7bd0>
0 commit comments