Home
last modified time | relevance | path

Searched refs:CountAsCPUTime (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc25 bool CountAsCPUTime(const string& device) { in CountAsCPUTime() function
28 bool IsCanonicalDevice(const string& device) { return CountAsCPUTime(device); } in IsCanonicalDevice()
70 } else if (CountAsCPUTime(dev)) { in AddTimeStats()
Dtfprof_node.h911 bool CountAsCPUTime(const string& device);