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.
2 parents 49c6a1b + 670fa6d commit a89b900Copy full SHA for a89b900
site/en/guide/create_op.md
@@ -47,7 +47,7 @@ To incorporate your custom op you'll need to:
47
test the op in C++. If you define gradients, you can verify them with the
48
Python `tf.test.compute_gradient_error`.
49
See
50
- [`relu_op_test.py`](https://www.tensorflow.org/code/tensorflow/python/kernel_tests/relu_op_test.py) as
+ [`relu_op_test.py`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/kernel_tests/nn_ops/relu_op_test.py) as
51
an example that tests the forward functions of Relu-like operators and
52
their gradients.
53
0 commit comments