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:
47
47
test the op in C++. If you define gradients, you can verify them with the
48
48
Python ` tf.test.compute_gradient_error ` .
49
49
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
51
51
an example that tests the forward functions of Relu-like operators and
52
52
their gradients.
53
53
54
54
### Prerequisites
55
55
56
56
* Some familiarity with C++.
57
57
* 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) ,
60
60
and be able to build it.
61
61
62
62
## Define the op interface
You can’t perform that action at this time.
0 commit comments