/external/tensorflow/tensorflow/core/common_runtime/ |
D | step_stats_collector.h | 35 class NodeExecStats; variable 96 NodeExecStatsWrapper(std::unique_ptr<NodeExecStats> stats, 116 NodeExecStats* stats() { return stats_.get(); } in stats() 128 std::unique_ptr<NodeExecStats> stats_; 170 void Save(const string& device, NodeExecStats* node_stats_pb);
|
D | step_stats_collector.cc | 55 : NodeExecStatsWrapper(MakeUnique<NodeExecStats>(), node, in NodeExecStatsWrapper() 61 std::unique_ptr<NodeExecStats> stats, const NodeDef* node, in NodeExecStatsWrapper() 325 std::unordered_map<string, NodeExecStats> name_to_hw_node_stats; in BuildCostModel() 349 const NodeExecStats& stats = dev_stats.regular_stats->node_stats(i); in BuildCostModel() 372 const NodeExecStats& hw_stats = name_to_hw_node_stats[node_name]; in BuildCostModel() 385 NodeExecStats* node_stats_pb) { in Save() 387 new NodeExecStatsWrapper(std::unique_ptr<NodeExecStats>(node_stats_pb), in Save()
|
D | profile_handler.h | 43 virtual void RecordOneOp(const string& device, const NodeExecStats& stats,
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | host_tracer_test.cc | 46 NodeExecStats MakeNodeStats(absl::string_view name, uint32 thread_id, in MakeNodeStats() 48 NodeExecStats ns; in MakeNodeStats() 59 explicit NodeStatsMatcher(const NodeExecStats& expected) in NodeStatsMatcher() 62 bool MatchAndExplain(const NodeExecStats& p, in MatchAndExplain() 75 const NodeExecStats expected_; 79 const NodeExecStats& expected) { in EqualsNodeStats()
|
D | host_tracer.cc | 123 NodeExecStats* ns = dev_stats->add_node_stats(); in CollectData()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | profiling_test.py | 30 node_1 = step_stats_pb2.NodeExecStats( 38 node_2 = step_stats_pb2.NodeExecStats( 46 node_3 = step_stats_pb2.NodeExecStats( 54 node_4 = step_stats_pb2.NodeExecStats(
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | profile_analyzer_cli_test.py | 85 node1 = step_stats_pb2.NodeExecStats( 91 node2 = step_stats_pb2.NodeExecStats( 121 node1 = step_stats_pb2.NodeExecStats( 180 node1 = step_stats_pb2.NodeExecStats( 187 node2 = step_stats_pb2.NodeExecStats( 232 node1 = step_stats_pb2.NodeExecStats( 239 node2 = step_stats_pb2.NodeExecStats( 286 node1 = step_stats_pb2.NodeExecStats( 293 node2 = step_stats_pb2.NodeExecStats(
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | worker_cache_logger.cc | 72 NodeExecStats* ns) { in Save() 102 NodeExecStats* ns = new NodeExecStats; in RecordDataTransfer()
|
D | worker_cache_logger.h | 84 void Save(const string& device, int64 step_id, NodeExecStats* ns);
|
D | master_session.cc | 290 string DetailText(const NodeDetails& details, const NodeExecStats& stats) { in DetailText()
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer.h | 38 class NodeExecStats; variable 107 const NodeExecStats& ns) const;
|
D | stat_summarizer.cc | 45 const NodeExecStats& ns) const { in Validate() 90 std::string OpType(const DeviceStepStats& ds, const NodeExecStats& ns) { in OpType()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.cc | 46 void ExecStep::AddTimeStats(const string& dev, const NodeExecStats& step_stat) { in AddTimeStats() 81 const NodeExecStats& step_stat) { in AddMemoryStats() 195 const NodeExecStats& step_stat) { in AddStepStat()
|
D | tfprof_node.h | 90 void AddTimeStats(const string& dev, const NodeExecStats& step_stat); 92 void AddMemoryStats(const string& dev, const NodeExecStats& step_stat); 353 const NodeExecStats& step_stat);
|
D | tfprof_stats.cc | 287 for (const NodeExecStats& node_stat : dev_stat.node_stats()) { in AddRunMeta()
|
/external/tensorflow/tensorflow/core/framework/ |
D | step_stats.proto | 55 message NodeExecStats { message 81 repeated NodeExecStats node_stats = 2;
|
/external/tensorflow/tensorflow/core/graph/ |
D | costmodel_test.cc | 51 NodeExecStats* node_stats = device_stepstats->add_node_stats(); in GenerateStepStats()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | measuring_cost_estimator.cc | 96 for (const NodeExecStats& node_stats : stepstats.node_stats()) { in PredictCosts()
|
D | virtual_scheduler.cc | 1211 NodeExecStats* node_stats = device_stepstats->add_node_stats(); in GenerateRunMetadata()
|
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | tfprof_advisor_test.cc | 53 NodeExecStats node_stat; in CreateNode()
|
/external/tensorflow/tensorflow/python/profiler/ |
D | pprof_profiler_test.py | 68 node1 = step_stats_pb2.NodeExecStats(
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_collector.cc | 337 NodeExecStats* ns = new NodeExecStats; in Flush()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | eager_service.proto | 175 // TODO(nareshmodi): Consider adding NodeExecStats here to be able to
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | summary_ops_test.py | 1001 node_stats=[step_stats_pb2.NodeExecStats(node_name='hello')])
|