Searched refs:stepstats (Results 1 – 3 of 3) sorted by relevance
94 for (const DeviceStepStats& stepstats : in PredictCosts() local96 for (const NodeExecStats& node_stats : stepstats.node_stats()) { in PredictCosts()
1029 StepStats* stepstats = metadata->mutable_step_stats(); in GenerateRunMetadata() local1032 DeviceStepStats* device_stepstats = stepstats->add_dev_stats(); in GenerateRunMetadata()
2306 StepStats stepstats = metadata.step_stats(); in TEST_F() local2313 EXPECT_EQ(1, stepstats.dev_stats().size()); in TEST_F()2317 for (const auto& device_step_stats : stepstats.dev_stats()) { in TEST_F()