Home
last modified time | relevance | path

Searched refs:LookUpCheckPoint (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h53 bool LookUpCheckPoint(const string& name,
Dtfprof_show.h53 bool LookUpCheckPoint(const string& name,
Dtfprof_scope.cc180 if (LookUpCheckPoint(node->name(), &tfprof_tensor)) { in PrintScope()
Dtfprof_graph.cc197 if (LookUpCheckPoint(node->name(), &tfprof_tensor)) { in PrintGraph()
Dtfprof_show.cc54 bool TFShow::LookUpCheckPoint(const string& name, in LookUpCheckPoint() function in tensorflow::tfprof::TFShow