Home
last modified time | relevance | path

Searched refs:LogDump (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_tooling.cc234 LogDump(kLogLevelModelChanged, "AT IMPORT", *model); in Import()
415 LogDump(kLogLevelModelChanged, "AFTER TRANSFORMATIONS", *model); in TransformWithStatus()
425 LogDump(kLogLevelModelChanged, "AFTER ALLOCATION", *model); in TransformWithStatus()
Dtooling_util.h110 void LogDump(int log_level, const string& message, const Model& model);
Dtooling_util.cc562 void LogDump(int log_level, const string& message, const Model& model) { in LogDump() function