File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ 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
5454### Prerequisites
5555
5656* Some familiarity with C++.
5757* Must have installed the
58- [ TensorFlow binary] ( ../.. /install) , or must have
59- [ downloaded TensorFlow source] ( ../.. /install/source.md) ,
58+ [ TensorFlow binary] ( https://github.com/tensorflow/docs/blob/master/site/en /install) , or must have
59+ [ downloaded TensorFlow source] ( https://github.com/tensorflow/docs/blob/master/site/en /install/source.md) ,
6060 and be able to build it.
6161
6262## Define the op interface
You can’t perform that action at this time.
0 commit comments