Home
last modified time | relevance | path

Searched refs:kCorrelationId (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events_test.cc43 constexpr int64 kCorrelationId = 100; in TEST() local
61 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
69 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
87 constexpr int64 kCorrelationId = 100; in TEST() local
104 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
112 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
130 constexpr int64 kCorrelationId = 100; in TEST() local
144 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
152 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
261 constexpr int64 kCorrelationId = 100; in TEST() local
[all …]
Dxplane_schema.h166 kCorrelationId, enumerator
Dxplane_schema.cc176 {"correlation_id", kCorrelationId}, in GetStatTypeMap()
Dderived_timeline.cc269 } else if (stat.Type() == StatType::kCorrelationId) { in DeriveEventsFromHostTrace()
Dgroup_events.cc56 if (event.GetEventVisitor().GetStat(StatType::kCorrelationId).has_value()) { in GetKernelEventType()
894 {StatType::kCorrelationId}}}; in CreateInterThreadConnectInfoList()
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_step_events_test.cc67 {{StatType::kCorrelationId, kFirstCorrelationId}}); in TEST()
72 {{StatType::kCorrelationId, kSecondCorrelationId}}); in TEST()
80 {{StatType::kCorrelationId, kFirstCorrelationId}}); in TEST()
Dxplane_to_op_stats_test.cc129 constexpr int64 kCorrelationId = 100; in TEST() local
146 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
154 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
Dxplane_to_step_events.cc82 case StatType::kCorrelationId: in ConvertHostThreadsXLineToStepEvents()
156 case StatType::kCorrelationId: in ConvertDeviceTraceXLineToStepEvents()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc158 GetStatTypeStr(StatType::kCorrelationId)), in CreateXEvent()