Home
last modified time | relevance | path

Searched refs:mutable_step_stats (Results 1 – 12 of 12) 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()
Dsession_mgr.cc178 labeled_step_stats->mutable_step_stats()->Swap(&step_stats); in RetrieveLogs()
191 labeled_step_stats->mutable_step_stats()->Swap(&step_stats); in RetrieveLogs()
Dmessage_wrappers.h479 virtual StepStats* mutable_step_stats() = 0;
514 StepStats* mutable_step_stats() override;
547 StepStats* mutable_step_stats() override;
574 StepStats* mutable_step_stats() override;
Dmessage_wrappers.cc616 StepStats* InMemoryRunGraphResponse::mutable_step_stats() { in mutable_step_stats() function in tensorflow::InMemoryRunGraphResponse
684 StepStats* OwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats() function in tensorflow::OwnedProtoRunGraphResponse
685 return response_.mutable_step_stats(); in mutable_step_stats()
755 StepStats* NonOwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats() function in tensorflow::NonOwnedProtoRunGraphResponse
756 return response_->mutable_step_stats(); in mutable_step_stats()
Dworker.cc183 collector = new StepStatsCollector(response->mutable_step_stats()); in DoRunGraph()
Dmaster_session.cc729 pss->step_stats[i].Swap(run_graph_resp->mutable_step_stats()); in RunPartitionsHelper()
923 resp->mutable_step_stats()->Swap(&step_stats_proto); in ProcessStats()
/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc43 run_metadata->mutable_step_stats()->mutable_dev_stats(device_id); in AssignLanes()
79 run_metadata->mutable_step_stats()->mutable_dev_stats(device_id); in ConvertRunMetadataToTraceEvent()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dtracer.cc49 absl::make_unique<StepStatsCollector>(run_metadata->mutable_step_stats()); in CollectData()
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dhost_tracer.cc61 absl::make_unique<StepStatsCollector>(run_metadata->mutable_step_stats()); in CollectData()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc145 auto* step_stats = run_metadata->mutable_step_stats(); in MaybeCopyInputToExpectedDevice()
486 maybe_step_stats = ctx->RunMetadataProto()->mutable_step_stats(); in EagerLocalExecute()
987 auto* step_stats = ctx->RunMetadataProto()->mutable_step_stats(); in EagerKernelExecute()
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc1029 StepStats* stepstats = metadata->mutable_step_stats(); in GenerateRunMetadata()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc558 new StepStatsCollector(run_metadata->mutable_step_stats())); in RunInternal()