Home
last modified time | relevance | path

Searched defs:step_db (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dstep_intersection.cc42 Timespan AllStepsTimespan(const StepDatabaseResult& step_db) { in AllStepsTimespan()
180 const auto& step_db = hostid_stepdb.second; in StepIntersection() local
201 const auto& step_db = hostid_stepdb.second; in StepIntersection() local
H A Dstep_intersection_test.cc62 StepDatabaseResult step_db; in CreateTestSteps() local
124 StepDatabaseResult step_db; in CreateNoStep() local
135 const auto& step_db = hostid_stepdb.second; in Convert() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_op_stats_test.cc133 const StepDatabaseResult& step_db = op_stats.step_db(); in TEST() local
173 const StepDatabaseResult& step_db = op_stats.step_db(); in TEST() local
403 const StepDatabaseResult& step_db = op_stats.step_db(); in TEST() local
H A Dstep_events_to_steps_db.cc115 StepDatabaseResult step_db; in ConvertStepEventsToStepDb() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dop_stats.proto122 StepDatabaseResult step_db = 4; field