/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.h | 40 class StepStats; variable 83 StepStats* step_stats, 89 StepStats* step_stats, 149 StepStats* step_stats, GraphCollector* graph_collector) override; 154 StepStats* step_stats, GraphCollector* graph_collector) override; 211 StepStats* step_stats, GraphCollector* graph_collector) override; 215 StepStats* step_stats, GraphCollector* graph_collector) override;
|
D | execute_node.h | 37 StepStats* maybe_step_stats, GraphCollector* graph_collector, in ExecuteNode() 84 StepStats* maybe_step_stats_;
|
D | kernel_and_device.cc | 153 NodeExecStats* stats, StepStats* step_stats, in Run() 164 std::vector<Tensor>* outputs, NodeExecStats* stats, StepStats* step_stats, in Run() 209 NodeExecStats* stats, StepStats* step_stats, in Run() 307 std::vector<Tensor>* outputs, NodeExecStats* stats, StepStats* step_stats, in Run()
|
D | execute.h | 49 StepStats* maybe_step_stats,
|
D | execute.cc | 57 void MaybeInitializeStepStats(StepStats* step_stats, EagerContext* ctx) { in MaybeInitializeStepStats() 67 int StepStatsDeviceIndex(StepStats* step_stats, EagerContext* ctx, in StepStatsDeviceIndex() 480 StepStats* maybe_step_stats = nullptr; in EagerLocalExecute() 915 StepStats* maybe_step_stats, in EagerKernelExecute()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | step_stats_collector.h | 38 class StepStats; variable 164 explicit StepStatsCollector(StepStats* step_stats); 190 void FinalizeAndSwap(StepStats* step_stats); 206 StepStats* step_stats_ 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 | 30 class StepStats; variable 83 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 | message_wrappers.h | 479 virtual StepStats* mutable_step_stats() = 0; 514 StepStats* mutable_step_stats() override; 530 StepStats step_stats_; 547 StepStats* mutable_step_stats() override; 574 StepStats* mutable_step_stats() override;
|
D | session_mgr.cc | 174 auto step_stats = StepStats(); in RetrieveLogs() 187 auto step_stats = StepStats(); in RetrieveLogs()
|
D | master_session.h | 170 std::vector<StepStats> step_stats; // per partition 171 StepStats rpc_stats; // for RPC layer
|
D | worker_cache_wrapper.h | 86 virtual bool RetrieveLogs(int64 step_id, StepStats* ss) { in RetrieveLogs()
|
D | worker_cache_logger.cc | 59 bool WorkerCacheLogger::RetrieveLogs(int64 step_id, StepStats* ss) { in RetrieveLogs()
|
D | worker_session.cc | 75 bool RetrieveLogs(int64 step_id, StepStats* ss) override { in RetrieveLogs()
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer.h | 37 class StepStats; variable 58 void ProcessStepStats(const StepStats& step_stats);
|
/external/tensorflow/tensorflow/core/platform/ |
D | device_tracer_test.cc | 118 StepStats stats; in TEST_F() 128 StepStats stats; in TEST_F() 196 StepStats stats; in TEST_F()
|
/external/tensorflow/tensorflow/core/graph/ |
D | costmodel.h | 36 class StepStats; variable 80 void MergeFromStats(const NodeNameToCostIdMap& map, const StepStats& ss);
|
/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/util/ |
D | stat_summarizer.i | 63 tensorflow::StepStats step_stats; in ProcessStepStatsStr()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.py | 108 step_stats_pb2.StepStats.FromString(step_stats_bytes))
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_cache.cc | 97 bool RetrieveLogs(int64 step_id, StepStats* ss) override { in RetrieveLogs()
|
/external/tensorflow/tensorflow/core/framework/ |
D | step_stats.proto | 84 message StepStats { message
|