Searched refs:LogDumpGraphDef (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/ |
D | tensorflow_util.h | 27 void LogDumpGraphDef(int log_level, const string& message,
|
D | tensorflow_util.cc | 40 void LogDumpGraphDef(int log_level, const string& message, in LogDumpGraphDef() function
|
D | import_tensorflow.cc | 2561 LogDumpGraphDef(kLogLevelModelChanged, "AT IMPORT", tf_graph); in ImportTensorFlowGraphDef() 2565 LogDumpGraphDef(kLogLevelModelChanged, "AFTER INLINING", inlined_graph); in ImportTensorFlowGraphDef()
|
D | export_tensorflow.cc | 2511 LogDumpGraphDef(kLogLevelModelChanged, "AT EXPORT", tensorflow_graph); in ExportTensorFlowGraphDef()
|