Skip to content

Commit a89b900

Browse files
Merge pull request #2191 from tiruk007:patch-1
PiperOrigin-RevId: 511914711
2 parents 49c6a1b + 670fa6d commit a89b900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/create_op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To incorporate your custom op you'll need to:
4747
test the op in C++. If you define gradients, you can verify them with the
4848
Python `tf.test.compute_gradient_error`.
4949
See
50-
[`relu_op_test.py`](https://www.tensorflow.org/code/tensorflow/python/kernel_tests/relu_op_test.py) as
50+
[`relu_op_test.py`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/kernel_tests/nn_ops/relu_op_test.py) as
5151
an example that tests the forward functions of Relu-like operators and
5252
their gradients.
5353

0 commit comments

Comments
 (0)