Home
last modified time | relevance | path

Searched refs:InsertLogging (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dinsert_logging_test.cc32 Status InsertLogging(const GraphDef& input_graph_def,
72 TF_ASSERT_OK(InsertLogging(graph_def, context, &result)); in TestInsertLogging()
121 TF_ASSERT_OK(InsertLogging(graph_def, context, &result)); in TestInsertLoggingByOpType()
170 TF_ASSERT_OK(InsertLogging(graph_def, context, &result)); in TestInsertLoggingByPrefix()
Dinsert_logging.cc31 Status InsertLogging(const GraphDef& input_graph_def, in InsertLogging() function
148 REGISTER_GRAPH_TRANSFORM("insert_logging", InsertLogging);