Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events_test.cc217 constexpr int64 kFunctionStepId = 1; in TEST() local
236 {{StatType::kFunctionStepId, kFunctionStepId}}); in TEST()
239 {{StatType::kStepId, kFunctionStepId}}); in TEST()
Dxplane_schema.h127 kFunctionStepId, enumerator
Dxplane_schema.cc137 {"function_step_id", kFunctionStepId}, in GetStatTypeMap()
Dgroup_events.cc203 event.GetStat(StatType::kFunctionStepId); in GetLegacyProducerContext()