File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# Adding a New Op
22
3- Note: By default [ www.tensorflow.org ] ( https://www.tensorflow.org ) shows docs for the
4- most recent stable version. The instructions in this doc require building from
5- source. You will probably want to build from the ` master ` version of tensorflow.
6- You should, as a result, be sure you are following the
7- [ ` master ` version of this doc] ( https://www.tensorflow.org/versions/master/extend/adding_an_op ) ,
8- in case there have been any changes.
3+ Note: To garantee that your C++ custom ops are ABI compatible with TensorFlow's
4+ official pip packages, please follow the guide at
5+ [ Custom op repository] ( https://github.com/tensorflow/custom-op ) . It has an
6+ end-to-end code example, as well as Docker images for building and distributing
7+ your custom ops.
98
109If you'd like to create an op that isn't covered by the existing TensorFlow
1110library, we recommend that you first try writing the op in Python as
You can’t perform that action at this time.
0 commit comments