Home
last modified time | relevance | path

Searched refs:host_trace (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_op_metrics_db.cc167 const XPlane& host_trace) { in CollectTfOpsFromHostThreadsXPlane() argument
169 for (const auto& id_metadata : host_trace.event_metadata()) { in CollectTfOpsFromHostThreadsXPlane()
200 OpMetricsDb ConvertHostThreadsXPlaneToOpMetricsDb(const XPlane& host_trace) { in ConvertHostThreadsXPlaneToOpMetricsDb() argument
202 CollectTfOpsFromHostThreadsXPlane(host_trace); in ConvertHostThreadsXPlaneToOpMetricsDb()
205 XPlaneVisitor plane = CreateTfXPlaneVisitor(&host_trace); in ConvertHostThreadsXPlaneToOpMetricsDb()
Dxplane_to_op_metrics_db.h44 const XPlane& host_trace);
51 OpMetricsDb ConvertHostThreadsXPlaneToOpMetricsDb(const XPlane& host_trace);
Dxplane_to_step_events.h37 const XPlane& host_trace, bool use_device_step_events,
Dxplane_to_step_events.cc121 const XPlane& host_trace, bool use_device_step_events, in ConvertHostThreadsXPlaneToStepEvents() argument
124 XPlaneVisitor plane = CreateTfXPlaneVisitor(&host_trace); in ConvertHostThreadsXPlaneToStepEvents()
Dxplane_to_memory_profile.cc82 MemoryProfile GenerateMemoryProfile(const XPlane* host_trace) { in GenerateMemoryProfile() argument
83 XPlaneVisitor plane = CreateTfXPlaneVisitor(host_trace); in GenerateMemoryProfile()
/external/tensorflow/tensorflow/core/profiler/utils/
Dderived_timeline.cc238 void DeriveEventsFromHostTrace(const XPlane* host_trace, in DeriveEventsFromHostTrace() argument
253 XPlaneVisitor host_plane = CreateTfXPlaneVisitor(host_trace); in DeriveEventsFromHostTrace()
293 uint64 host_plane_start = GetStartTimestampNs(*host_trace); in DeriveEventsFromHostTrace()
Dderived_timeline.h93 void DeriveEventsFromHostTrace(const XPlane* host_trace,