Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.h70 string QueryDoc(const string& cmd, const Options& opts);
Dtfprof_stats.cc151 prefix += QueryDoc(cmd, opts) + kProfilePrefix; in ShowGraphNode()
177 prefix += QueryDoc(cmd, opts) + kProfilePrefix; in ShowMultiGraphNode()
Dtfprof_utils.cc370 string QueryDoc(const string& cmd, const Options& opts) { in QueryDoc() function