Searched refs:ShowGraphNode (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats_test.cc | 77 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto() 88 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F() 124 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F() 160 const GraphNodeProto& root = tf_stats_->ShowGraphNode("graph", opts); in TEST_F() 191 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F() 241 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F() 276 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F()
|
D | tfprof_show_test.cc | 87 new_stats.ShowGraphNode(cmd, opts); in TestToFromProto() 107 tf_stats_->ShowGraphNode("scope", opts); in TEST_F() 134 tf_stats_->ShowGraphNode("scope", opts); in TEST_F()
|
D | tfprof_timeline_test.cc | 70 tf_stats_->ShowGraphNode("graph", opts); in TEST_F() 84 tf_stats_->ShowGraphNode("scope", opts); in TEST_F()
|
D | print_model_analysis.cc | 71 ret = tf_stats->ShowGraphNode(command, opts).SerializeAsString(); in RunProfile() 83 return tf_stats->ShowGraphNode(command, opts).SerializeAsString(); in RunProfile()
|
D | tfprof_tensor_test.cc | 64 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts); in TEST_F()
|
D | tfprof_stats.h | 80 const GraphNodeProto& ShowGraphNode(const string& cmd,
|
D | tfprof_stats.cc | 147 const GraphNodeProto& TFStats::ShowGraphNode(const string& cmd, in ShowGraphNode() function in tensorflow::tfprof::TFStats
|
/external/tensorflow/tensorflow/cc/profiler/ |
D | profiler.cc | 34 return stats_->ShowGraphNode(kCmds[1], options); in ProfileGraph() 39 return stats_->ShowGraphNode(kCmds[0], options); in ProfileNameScope()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler.cc | 272 tf_stat->ShowGraphNode(cmd, opts); in Run() 316 tf_stat->ShowGraphNode(cmd, new_opts); in Run()
|
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | expensive_operation_checker.h | 99 const GraphNodeProto root = stats->ShowGraphNode("scope", opts); in CheckScopeView()
|