Home
last modified time | relevance | path

Searched refs:LogDumpGraphDef (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtensorflow_util.h27 void LogDumpGraphDef(int log_level, const string& message,
Dtensorflow_util.cc40 void LogDumpGraphDef(int log_level, const string& message, in LogDumpGraphDef() function
Dimport_tensorflow.cc2561 LogDumpGraphDef(kLogLevelModelChanged, "AT IMPORT", tf_graph); in ImportTensorFlowGraphDef()
2565 LogDumpGraphDef(kLogLevelModelChanged, "AFTER INLINING", inlined_graph); in ImportTensorFlowGraphDef()
Dexport_tensorflow.cc2511 LogDumpGraphDef(kLogLevelModelChanged, "AT EXPORT", tensorflow_graph); in ExportTensorFlowGraphDef()