Home
last modified time | relevance | path

Searched refs:mutable_step_stats (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers_test.cc105 run_graph_response->mutable_step_stats()->add_dev_stats()->set_device( in BuildRunGraphResponse()
123 ASSERT_EQ(1, response->mutable_step_stats()->dev_stats_size()); in CheckRunGraphResponse()
124 EXPECT_EQ("/cpu:0", response->mutable_step_stats()->dev_stats(0).device()); in CheckRunGraphResponse()
139 *run_step_response->mutable_metadata()->mutable_step_stats() = in BuildRunStepResponse()
140 *run_graph_response->mutable_step_stats(); in BuildRunStepResponse()
Dmessage_wrappers.cc635 StepStats* InMemoryRunGraphResponse::mutable_step_stats() { in mutable_step_stats() function in tensorflow::InMemoryRunGraphResponse
703 StepStats* OwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats() function in tensorflow::OwnedProtoRunGraphResponse
704 return response_.mutable_step_stats(); in mutable_step_stats()
774 StepStats* NonOwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats() function in tensorflow::NonOwnedProtoRunGraphResponse
775 return response_->mutable_step_stats(); in mutable_step_stats()
Dmessage_wrappers.h491 virtual StepStats* mutable_step_stats() = 0;
526 StepStats* mutable_step_stats() override;
559 StepStats* mutable_step_stats() override;
586 StepStats* mutable_step_stats() override;
Dsession_mgr.cc324 labeled_step_stats->mutable_step_stats()->Swap(&step_stats); in RetrieveLogs()
337 labeled_step_stats->mutable_step_stats()->Swap(&step_stats); in RetrieveLogs()
Dworker.cc196 collector = new StepStatsCollector(response->mutable_step_stats()); in DoRunGraph()
241 response->mutable_step_stats()->MergeFrom(run_metadata.step_stats()); in DoRunGraph()
Dmaster_session.cc786 pss->step_stats[i].Swap(run_graph_resp->mutable_step_stats()); in RunPartitionsHelper()
980 resp->mutable_step_stats()->Swap(&step_stats_proto); in ProcessStats()
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer.cc111 StepStats* step_stats = run_metadata->mutable_step_stats(); in CollectData()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Ddevice_tracer.cc210 run_metadata->mutable_step_stats()->add_dev_stats()->Swap(&dev_stats); in CollectData()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc1198 StepStats* stepstats = metadata->mutable_step_stats(); in GenerateRunMetadata()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc672 new StepStatsCollector(run_metadata->mutable_step_stats())); in RunInternal()