Fix typo (#18416)
authorManHyuk <manhyuk@kw.ac.kr>
Mon, 16 Apr 2018 02:10:17 +0000 (11:10 +0900)
committerJonathan Hseu <vomjom@vomjom.net>
Mon, 16 Apr 2018 02:10:17 +0000 (19:10 -0700)
* fix typo

* fix typo

* fix typo

* fix typo

* fix typo

* fix typo

* fix typo

* Improve comment

tensorflow/contrib/lite/toco/model.h
tensorflow/core/framework/collective.h

index 1c4c96a..787c20e 100644 (file)
@@ -151,9 +151,9 @@ enum class AxesOrder {
 };
 
 // The type of the scalars in an array.
-// Note that that does not by itself tell whether the values in the array are
-// real (are literally interpreted as real numbers) or quantized (only acquire
-// a meaning as real numbers in conjunction with QuantizationParams).
+// Note that the type does not by itself tell whether the values in the array
+// are real (are literally interpreted as real numbers) or quantized (only
+// acquire a meaning as real numbers in conjunction with QuantizationParams).
 //
 // In practice though:
 //   float values are always real
index 5810c7f..a82fb50 100644 (file)
@@ -178,7 +178,7 @@ class StepSequenceInterface {
   virtual void RefreshStepIdSequenceAsync(int64 graph_key,
                                           const StatusCallback& done) = 0;
 
-  // Returns the the step_id that should be used for initiating a new execution
+  // Returns the step_id that should be used for initiating a new execution
   // on the specified graph. May return the same step_id multiple times if
   // RetireStepId or RefreshStepIdReservation is not called.
   virtual int64 NextStepId(int64 graph_key) = 0;