Searched refs:kCorrelationId (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events_test.cc | 43 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 …]
|
D | xplane_schema.h | 166 kCorrelationId, enumerator
|
D | xplane_schema.cc | 176 {"correlation_id", kCorrelationId}, in GetStatTypeMap()
|
D | derived_timeline.cc | 269 } else if (stat.Type() == StatType::kCorrelationId) { in DeriveEventsFromHostTrace()
|
D | group_events.cc | 56 if (event.GetEventVisitor().GetStat(StatType::kCorrelationId).has_value()) { in GetKernelEventType() 894 {StatType::kCorrelationId}}}; in CreateInterThreadConnectInfoList()
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_step_events_test.cc | 67 {{StatType::kCorrelationId, kFirstCorrelationId}}); in TEST() 72 {{StatType::kCorrelationId, kSecondCorrelationId}}); in TEST() 80 {{StatType::kCorrelationId, kFirstCorrelationId}}); in TEST()
|
D | xplane_to_op_stats_test.cc | 129 constexpr int64 kCorrelationId = 100; in TEST() local 146 {{StatType::kCorrelationId, kCorrelationId}}); in TEST() 154 {{StatType::kCorrelationId, kCorrelationId}}); in TEST()
|
D | xplane_to_step_events.cc | 82 case StatType::kCorrelationId: in ConvertHostThreadsXLineToStepEvents() 156 case StatType::kCorrelationId: in ConvertDeviceTraceXLineToStepEvents()
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_collector.cc | 158 GetStatTypeStr(StatType::kCorrelationId)), in CreateXEvent()
|