Fix typo (#19106)
authorManHyuk <manhyuk@kw.ac.kr>
Thu, 10 May 2018 21:11:43 +0000 (06:11 +0900)
committerShanqing Cai <cais@google.com>
Thu, 10 May 2018 21:11:43 +0000 (17:11 -0400)
* fix typo

tensorflow/compiler/xla/shape_util.h
tensorflow/contrib/hvx/hvx_ops_support_checker/hvx_ops_support_checker_main.cc

index cb8bf5a..82c75f8 100644 (file)
@@ -231,7 +231,7 @@ class ShapeUtil {
   }
 
   // Returns the higher-precision element type if a and b are both floating
-  // point types; otherwise, checks that that they have the same element type
+  // point types; otherwise, checks that they have the same element type
   // and returns it.
   static PrimitiveType HigherPrecisionElementType(const Shape& a,
                                                   const Shape& b) {
index 6028195..66939fb 100644 (file)
@@ -115,7 +115,7 @@ static void CheckOpsSupport(const GraphDef& graph_def,
       HexagonOpsDefinitions::getInstance();
   LOG(INFO) << "Checking " << graph_def.node_size() << " nodes";
   LOG(INFO) << "dump_all_nodes = " << dump_all_nodes
-            << ", dump_shape_and_tpye = " << dump_shape_and_type;
+            << ", dump_shape_and_type = " << dump_shape_and_type;
 
   std::unordered_set<string> unsupported_ops;
   bool all_supported = true;