fix typo
authormanhyuk <manhyuk@kw.ac.kr>
Sat, 5 May 2018 12:01:01 +0000 (21:01 +0900)
committermanhyuk <manhyuk@kw.ac.kr>
Sat, 5 May 2018 12:01:01 +0000 (21:01 +0900)
tensorflow/contrib/hvx/hvx_ops_support_checker/hvx_ops_support_checker_main.cc

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;