Searched refs:ShowMultiGraphNode (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | expensive_operation_checker.h | 54 const MultiGraphNodeProto root = stats->ShowMultiGraphNode("op", opts); in CheckOpView() 80 const MultiGraphNodeProto root = stats->ShowMultiGraphNode("code", opts); in CheckCodeView()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show_test.cc | 85 new_stats.ShowMultiGraphNode(cmd, opts); in TestToFromProto() 182 tf_stats_->ShowMultiGraphNode("op", opts); in TEST_F()
|
D | print_model_analysis.cc | 69 ret = tf_stats->ShowMultiGraphNode(command, opts).SerializeAsString(); in RunProfile() 81 return tf_stats->ShowMultiGraphNode(command, opts).SerializeAsString(); in RunProfile()
|
D | tfprof_stats.h | 82 const MultiGraphNodeProto& ShowMultiGraphNode(const string& cmd,
|
D | tfprof_stats.cc | 173 const MultiGraphNodeProto& TFStats::ShowMultiGraphNode( in ShowMultiGraphNode() function in tensorflow::tfprof::TFStats
|
/external/tensorflow/tensorflow/cc/profiler/ |
D | profiler.cc | 44 return stats_->ShowMultiGraphNode(kCmds[3], options); in ProfileOperations()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler.cc | 268 tf_stat->ShowMultiGraphNode(cmd, opts); in Run() 313 tf_stat->ShowMultiGraphNode(cmd, new_opts); in Run()
|