Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_timeline.cc56 void ChromeTraceFormatter::EmitPID(const string& name, int64 pid) { in EmitPID() function in tensorflow::tfprof::ChromeTraceFormatter
184 chrome_formatter_.EmitPID(GetTimeDevName(device), pid); in AllocateTimeNodes()
271 chrome_formatter_.EmitPID(GetMemoryLaneName(dev.first), pid); in GenerateGraphTimeline()
273 chrome_formatter_.EmitPID(GetMemoryLaneName(dev.first) + " allocations", in GenerateGraphTimeline()
Dtfprof_timeline.h40 void EmitPID(const string& name, int64 pid);
146 chrome_formatter_.EmitPID(strings::StrCat("Scope:", depth), depth); in EmitTreeNode()