aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/README.md
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2017-02-04 12:44:10 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-04 13:14:46 -0800
commit79c4c0153026effad515b0f8d286640a55d0010d (patch)
treeb1647a0c5ef4d0157f10237cc059f4039b70f8d2 /tensorflow/go/README.md
parent05fc8173549a5a5d6efc6d3d984288bfdd6b9ecf (diff)
Go: Check in generated code for ops.
Change: 146572093
Diffstat (limited to 'tensorflow/go/README.md')
-rw-r--r--tensorflow/go/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/tensorflow/go/README.md b/tensorflow/go/README.md
index 5e08372cf9..7696fd4fe4 100644
--- a/tensorflow/go/README.md
+++ b/tensorflow/go/README.md
@@ -59,12 +59,6 @@ Construct and execute TensorFlow graphs in Go.
`LD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow`
environment variable (`DYLD_LIBRARY_PATH` on Mac OS X).
-4. Generate wrapper functions for TensorFlow ops:
-
- ```sh
- go generate github.com/tensorflow/tensorflow/tensorflow/go/op
- ```
-
After this, the `go` tool should be usable as normal. For example:
```sh