Home
last modified time | relevance | path

Searched refs:kIterNum (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events_test.cc129 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()
Dgroup_events.cc418 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()
Dxplane_schema.h137 kIterNum, enumerator
Dxplane_schema.cc147 {"iter_num", kIterNum}, in GetStatTypeMap()