Searched refs:kIterNum (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | group_events_test.cc | 128 constexpr int64_t kIterNum = 10; in TEST() local 138 {{StatType::kStepId, kStepId}, {StatType::kIterNum, kIterNum}}); in TEST() 141 {{StatType::kStepId, kStepId}, {StatType::kIterNum, kIterNum}}); in TEST() 190 {StatType::kIterNum, kSecondIterNumStart}}); in TEST() 194 {StatType::kIterNum, kSecondIterNumStart + 1}}); in TEST() 199 {StatType::kIterNum, kFirstIterNumStart}}); in TEST() 203 {StatType::kIterNum, kFirstIterNumStart + 1}}); in TEST()
|
D | group_events.cc | 309 if (absl::optional<XStatVisitor> stat = GetContextStat(StatType::kIterNum)) { in GetGroupName() 596 executor_event.GetEventVisitor().GetStat(StatType::kIterNum); in ProcessTensorFlowLoop() 776 {StatType::kStepId, StatType::kIterNum}}, in CreateInterThreadConnectInfoList() 779 {StatType::kStepId, StatType::kIterNum}}, in CreateInterThreadConnectInfoList()
|
D | xplane_schema.cc | 195 {"iter_num", kIterNum}, in GetStatTypeMap()
|
D | xplane_schema.h | 185 kIterNum, enumerator
|