fix typo
authormanhyuk <manhyuk@kw.ac.kr>
Thu, 19 Apr 2018 06:41:04 +0000 (15:41 +0900)
committermanhyuk <manhyuk@kw.ac.kr>
Thu, 19 Apr 2018 06:41:04 +0000 (15:41 +0900)
tensorflow/contrib/lite/kernels/add.cc
tensorflow/contrib/lite/kernels/sub.cc
tensorflow/core/api_def/base_api/api_def_ImageSummary.pbtxt

index 63ea89d..e0aa070 100644 (file)
@@ -176,7 +176,7 @@ TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) {
                                   output);
   } else {
     context->ReportError(context,
-                         "Inputs and outputs not all float|unit8 types.");
+                         "Inputs and outputs not all float|uint8 types.");
     return kTfLiteError;
   }
 
index 5acb356..7c60a4f 100644 (file)
@@ -175,7 +175,7 @@ TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) {
                                output);
   } else {
     context->ReportError(context,
-                         "Inputs and outputs not all float|unit8 types.");
+                         "Inputs and outputs not all float|uint8 types.");
     return kTfLiteError;
   }
 
index 9b00f5b..56a3658 100644 (file)
@@ -61,7 +61,7 @@ build the `tag` of the summary values:
    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