Searched refs:kFunctionRun (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_step_events_test.cc | 55 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 59 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST()
|
D | xplane_to_op_stats_test.cc | 107 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 138 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 207 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in BuildAndStoreXSpaceForTest()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events_test.cc | 53 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 96 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 227 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 320 CreateXEvent(&host_plane_builder, &main_thread, HostEventType::kFunctionRun, in TEST() 370 CreateXEvent(&plane, &root_producer, HostEventType::kFunctionRun, 10, 90, in TEST() 411 CreateXEvent(&plane, &root_producer, HostEventType::kFunctionRun, 10, 90, in TEST() 456 CreateXEvent(&plane, &root_producer, HostEventType::kFunctionRun, 10, 90, in TEST() 546 CreateXEvent(&plane, &line, HostEventType::kFunctionRun, in TEST() 554 CreateXEvent(&plane, &line, HostEventType::kFunctionRun, in TEST()
|
D | group_events.cc | 121 if (child->GetEventVisitor().Type() == HostEventType::kFunctionRun) { in HasFunctionRun() 130 HostEventType::kFunctionRun, HostEventType::kSessionRun, in IsImplicitRootEvent() 178 case HostEventType::kFunctionRun: in GetLegacyProducerContext() 242 HostEventType::kTraceContext, HostEventType::kFunctionRun, in IsLegacyRootEvent()
|
D | xplane_schema.h | 59 kFunctionRun, enumerator
|
D | xplane_schema.cc | 63 {"FunctionRun", kFunctionRun}, in GetHostEventTypeMap()
|