HomeSort by relevance Sort by last modified time
    Searched refs:tf_stats_ (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_timeline_test.cc 53 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
55 tf_stats_->BuildAllViews();
58 std::unique_ptr<TFStats> tf_stats_; member in class:tensorflow::tfprof::TFProfTimelineTest
70 tf_stats_->ShowGraphNode("graph", opts);
84 tf_stats_->ShowGraphNode("scope", opts);
tfprof_tensor_test.cc 51 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
53 tf_stats_->BuildAllViews();
56 std::unique_ptr<TFStats> tf_stats_; member in class:tensorflow::tfprof::TFProfTensorTest
64 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts);
tfprof_stats_test.cc 67 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
69 tf_stats_->BuildAllViews();
74 tf_stats_->WriteProfile(profile_file);
80 std::unique_ptr<TFStats> tf_stats_; member in class:tensorflow::tfprof::TFProfStatsTest
88 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts);
124 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts);
160 const GraphNodeProto& root = tf_stats_->ShowGraphNode("graph", opts);
191 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts);
241 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts);
276 const GraphNodeProto& root = tf_stats_->ShowGraphNode("scope", opts)
    [all...]
tfprof_show_test.cc 73 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
75 tf_stats_->BuildAllViews();
81 tf_stats_->WriteProfile(profile_file);
95 std::unique_ptr<TFStats> tf_stats_; member in class:tensorflow::tfprof::TFProfShowTest
107 tf_stats_->ShowGraphNode("scope", opts);
134 tf_stats_->ShowGraphNode("scope", opts);
182 tf_stats_->ShowMultiGraphNode("op", opts);

Completed in 331 milliseconds