Skip to content

Commit 32528c3

Browse files
yifeifcopybara-github
authored andcommitted
Point to the custom-op repository
It's safe to remove the old note, singe tocs are pulled from tensorflow/docs/master now. See: tensorflow/tensorflow#31335 PiperOrigin-RevId: 268096357
1 parent a8b3843 commit 32528c3

File tree

1 file changed

+5
-6
lines changed
  • site/en/r1/guide/extend

1 file changed

+5
-6
lines changed

site/en/r1/guide/extend/op.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Adding a New Op
22

3-
Note: By default [www.tensorflow.org](https://www.tensorflow.org) shows docs for the
4-
most recent stable version. The instructions in this doc require building from
5-
source. You will probably want to build from the `master` version of tensorflow.
6-
You should, as a result, be sure you are following the
7-
[`master` version of this doc](https://www.tensorflow.org/versions/master/extend/adding_an_op),
8-
in case there have been any changes.
3+
Note: To garantee that your C++ custom ops are ABI compatible with TensorFlow's
4+
official pip packages, please follow the guide at
5+
[Custom op repository](https://github.com/tensorflow/custom-op). It has an
6+
end-to-end code example, as well as Docker images for building and distributing
7+
your custom ops.
98

109
If you'd like to create an op that isn't covered by the existing TensorFlow
1110
library, we recommend that you first try writing the op in Python as

0 commit comments

Comments
 (0)