Skip to content

Remove preview text paragraph from custom op tutorial #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions advanced_source/torch_script_custom_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ convert them to third party tensor formats (in this case, OpenCV ``Mat``s), how
to register your operator with the TorchScript runtime and finally how to
compile the operator and use it in Python and C++.

This tutorial assumes you have the *preview release* of PyTorch 1.0 installed
via ``pip`` or `conda`. See https://pytorch.org/get-started/locally for
instructions on grabbing the latest release of PyTorch 1.0. Alternatively, you
can compile PyTorch from source. The documentation in `this file
<https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md>`_ will assist
you with this.

Implementing the Custom Operator in C++
---------------------------------------

Expand Down