/external/tensorflow/tensorflow/core/common_runtime/ |
D | step_stats_collector.h | 37 class StepStats; variable 159 explicit StepStatsCollector(StepStats* step_stats); 185 void FinalizeAndSwap(StepStats* step_stats); 201 StepStats* step_stats_ TF_GUARDED_BY(mu_);
|
D | stats_publisher_interface.cc | 29 void PublishStatsProto(const StepStats& step_stats) override {} in PublishStatsProto()
|
D | stats_publisher_interface.h | 35 virtual void PublishStatsProto(const StepStats& step_stats) = 0;
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_cache.h | 31 class StepStats; variable 85 virtual bool RetrieveLogs(int64 step_id, StepStats* ss) { return false; } in RetrieveLogs()
|
D | worker_cache_logger.h | 48 bool RetrieveLogs(int64 step_id, StepStats* ss); 76 StepStats step_stats;
|
D | master_session.h | 168 std::vector<StepStats> step_stats; // per partition 169 StepStats rpc_stats; // for RPC layer
|
D | message_wrappers.h | 491 virtual StepStats* mutable_step_stats() = 0; 526 StepStats* mutable_step_stats() override; 542 StepStats step_stats_; 559 StepStats* mutable_step_stats() override; 586 StepStats* mutable_step_stats() override;
|
D | worker_cache_wrapper.h | 87 bool RetrieveLogs(int64 step_id, StepStats* ss) override { in RetrieveLogs()
|
D | worker_cache_logger.cc | 59 bool WorkerCacheLogger::RetrieveLogs(int64 step_id, StepStats* ss) { in RetrieveLogs()
|
D | session_mgr.cc | 320 auto step_stats = StepStats(); in RetrieveLogs() 333 auto step_stats = StepStats(); in RetrieveLogs()
|
D | worker_session.cc | 87 bool RetrieveLogs(int64 step_id, StepStats* ss) override { in RetrieveLogs()
|
D | message_wrappers.cc | 635 StepStats* InMemoryRunGraphResponse::mutable_step_stats() { in mutable_step_stats() 703 StepStats* OwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats() 774 StepStats* NonOwnedProtoRunGraphResponse::mutable_step_stats() { in mutable_step_stats()
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer.h | 37 class StepStats; variable 58 void ProcessStepStats(const StepStats& step_stats);
|
D | stat_summarizer.cc | 130 void StatSummarizer::ProcessStepStats(const StepStats& step_stats) { in ProcessStepStats()
|
/external/tensorflow/tensorflow/core/graph/ |
D | costmodel_test.cc | 45 static void GenerateStepStats(Graph* graph, StepStats* step_stats, in GenerateStepStats() 80 StepStats step_stats; in TEST()
|
D | costmodel.h | 36 class StepStats; variable 88 void MergeFromStats(const NodeNameToCostIdMap& map, const StepStats& ss);
|
/external/tensorflow/tensorflow/python/util/ |
D | stat_summarizer_wrapper.cc | 45 tensorflow::StepStats step_stats; in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-run-metadata.pbtxt | 10 type_name: ".tensorflow.StepStats"
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_memory.h | 70 void InferFromTrace(const StepStats& timeline);
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.py | 101 step_stats_pb2.StepStats.FromString(step_stats_bytes))
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | host_tracer.cc | 111 StepStats* step_stats = run_metadata->mutable_step_stats(); in CollectData()
|
/external/tensorflow/tensorflow/core/framework/ |
D | step_stats.proto | 86 message StepStats { message
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_cache.cc | 87 bool RetrieveLogs(int64 step_id, StepStats* ss) override { in RetrieveLogs()
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_collector.h | 239 virtual void Export(StepStats* step_stats) {} in Export()
|
D | device_tracer.cc | 205 StepStats step_stats; in CollectData()
|