aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/doc.go
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2016-11-14 14:22:28 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-14 14:43:39 -0800
commitd35c6cf7a9bacdcdcf7b6587e163b439b1127ea8 (patch)
treee9350416abb28074447b8acaeacd04bb2c704300 /tensorflow/go/doc.go
parent297d3be7a5d45e215d4c0aa3edd86789355686db (diff)
Website: Add a reference to the Go API in the "API DOCS" section.
Change: 139120760
Diffstat (limited to 'tensorflow/go/doc.go')
-rw-r--r--tensorflow/go/doc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/go/doc.go b/tensorflow/go/doc.go
index 4494d49556..79fbf9797e 100644
--- a/tensorflow/go/doc.go
+++ b/tensorflow/go/doc.go
@@ -15,4 +15,10 @@
// Package tensorflow is a Go binding to TensorFlow.
//
// The API is subject to change and may break at any time.
+//
+// TensorFlow (www.tensorflow.org) is an open source software library for
+// numerical computation using data flow graphs. This package provides
+// functionality to build and execute such graphs and depends on
+// TensorFlow being available. For installation instructions see
+// https://www.tensorflow.org/code/tensorflow/go/README.md
package tensorflow