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()
1198 StepStats* stepstats = metadata->mutable_step_stats(); in GenerateRunMetadata() local1201 DeviceStepStats* device_stepstats = stepstats->add_dev_stats(); in GenerateRunMetadata()
2429 StepStats stepstats = metadata.step_stats(); in TEST_F() local2436 EXPECT_EQ(1, stepstats.dev_stats().size()); in TEST_F()2440 for (const auto& device_step_stats : stepstats.dev_stats()) { in TEST_F()