Searched refs:kIterNum (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events_test.cc | 129 constexpr int64 kIterNum = 10; in TEST() local 139 {{StatType::kStepId, kStepId}, {StatType::kIterNum, kIterNum}}); in TEST() 142 {{StatType::kStepId, kStepId}, {StatType::kIterNum, kIterNum}}); in TEST() 188 {StatType::kIterNum, kSecondIterNumStart}}); in TEST() 192 {StatType::kIterNum, kSecondIterNumStart + 1}}); in TEST() 197 {StatType::kIterNum, kFirstIterNumStart}}); in TEST() 201 {StatType::kIterNum, kFirstIterNumStart + 1}}); in TEST()
|
D | group_events.cc | 418 if (absl::optional<XStatVisitor> stat = GetContextStat(StatType::kIterNum)) { in GetGroupName() 686 executor_event->GetContextStat(StatType::kIterNum); in ProcessTensorFlowLoop() 888 {StatType::kStepId, StatType::kIterNum}}, in CreateInterThreadConnectInfoList() 891 {StatType::kStepId, StatType::kIterNum}}, in CreateInterThreadConnectInfoList()
|
D | xplane_schema.h | 137 kIterNum, enumerator
|
D | xplane_schema.cc | 147 {"iter_num", kIterNum}, in GetStatTypeMap()
|