Home
last modified time | relevance | path

Searched refs:ShowMultiGraphNode (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Dexpensive_operation_checker.h54 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/
Dtfprof_show_test.cc85 new_stats.ShowMultiGraphNode(cmd, opts); in TestToFromProto()
182 tf_stats_->ShowMultiGraphNode("op", opts); in TEST_F()
Dprint_model_analysis.cc69 ret = tf_stats->ShowMultiGraphNode(command, opts).SerializeAsString(); in RunProfile()
81 return tf_stats->ShowMultiGraphNode(command, opts).SerializeAsString(); in RunProfile()
Dtfprof_stats.h82 const MultiGraphNodeProto& ShowMultiGraphNode(const string& cmd,
Dtfprof_stats.cc173 const MultiGraphNodeProto& TFStats::ShowMultiGraphNode( in ShowMultiGraphNode() function in tensorflow::tfprof::TFStats
/external/tensorflow/tensorflow/cc/profiler/
Dprofiler.cc44 return stats_->ShowMultiGraphNode(kCmds[3], options); in ProfileOperations()
/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc268 tf_stat->ShowMultiGraphNode(cmd, opts); in Run()
313 tf_stat->ShowMultiGraphNode(cmd, new_opts); in Run()