fix typo
authormanhyuk <manhyuk@kw.ac.kr>
Tue, 17 Apr 2018 01:52:16 +0000 (10:52 +0900)
committermanhyuk <manhyuk@kw.ac.kr>
Tue, 17 Apr 2018 01:52:16 +0000 (10:52 +0900)
tensorflow/go/op/wrappers.go

index 1d5ebf6..ea1ec63 100644 (file)
@@ -19595,7 +19595,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 `unit8` 1-D tensor of length `channels`.
+// non-finite input values.  It is a `uint8` 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