aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark Daoust <markdaoust@google.com>2017-10-15 14:37:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-15 14:41:25 -0700
commitd8b4b00de8d022e8ccd24bebc1173c2c4244dbf9 (patch)
tree13bd4b14bb91134d44f5f1bbd4240771c08b5773
parentd3cd82071ff3cd7afef7b726c3e01f6953618013 (diff)
Add note pointing to master version of adding_an_op.
Fixes #13607 PiperOrigin-RevId: 172262174
-rw-r--r--tensorflow/docs_src/extend/adding_an_op.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tensorflow/docs_src/extend/adding_an_op.md b/tensorflow/docs_src/extend/adding_an_op.md
index 7d71fb5f4a..15d6d77f5e 100644
--- a/tensorflow/docs_src/extend/adding_an_op.md
+++ b/tensorflow/docs_src/extend/adding_an_op.md
@@ -1,5 +1,12 @@
# Adding a New Op
+Note: By default [tensorflow.org](http://tensorflow.org) shows docs for the
+most recent stable version. The instructions in this doc require building from
+source. You will probably want to build from the `master` version of tensorflow.
+You should, as a result, be sure you are following the
+[`master` version of this doc](https://www.tensorflow.org/versions/master/extend/adding_an_op),
+in case there have been any changes.
+
If you'd like to create an op that isn't covered by the existing TensorFlow
library, we recommend that you first try writing the op in Python as
a composition of existing Python ops or functions. If that isn't possible, you