aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-01 15:47:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-01 15:50:14 -0700
commit33978e881c8b0aed71e26858641736313a486c12 (patch)
tree0616aaa00d4df54f79e49c69ce5887f469ac08a8 /tensorflow/go
parent6f10fb5b583cb7b883a41a45a69b22fd84eeb10e (diff)
Go: Update generated wrapper functions for TensorFlow ops.
PiperOrigin-RevId: 195010310
Diffstat (limited to 'tensorflow/go')
-rw-r--r--tensorflow/go/op/wrappers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/go/op/wrappers.go b/tensorflow/go/op/wrappers.go
index 2f1be51ada..c12ea51563 100644
--- a/tensorflow/go/op/wrappers.go
+++ b/tensorflow/go/op/wrappers.go
@@ -21386,7 +21386,7 @@ func ImageSummaryBadColor(value tf.Tensor) ImageSummaryAttr {
// generated sequentially as '*tag*/image/0', '*tag*/image/1', etc.
//
// The `bad_color` argument is the color to use in the generated images for
-// non-finite input values. It is a `uint8` 1-D tensor of length `channels`.
+// non-finite input values. It is a `unit8` 1-D tensor of length `channels`.
// Each element must be in the range `[0, 255]` (It represents the value of a
// pixel in the output image). Non-finite values in the input tensor are
// replaced by this tensor in the output image. The default value is the color