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

  /external/tensorflow/tensorflow/core/profiler/internal/advisor/
internal_checker_runner.h 26 class TFStats;
29 const TFStats* stats);
internal_checker_runner_dummy.cc 21 const TFStats* stats) {
checker.h 40 const TFStats* stats) {
47 const TFStats* stats) = 0;
tfprof_advisor.h 32 Advisor(const TFStats* stats) : stats_(stats) {}
75 const TFStats* stats_;
expensive_operation_checker.h 30 const TFStats* stats) override {
45 void CheckOpView(const TFStats* stats) {
72 void CheckCodeView(const TFStats* stats) {
95 void CheckScopeView(const TFStats* stats) {
operation_checker.h 31 const TFStats* stats) override {
tfprof_advisor_test.cc 28 stats_.reset(new TFStats(std::unique_ptr<GraphDef>(new GraphDef()), nullptr,
67 std::unique_ptr<TFStats> stats_;
accelerator_utilization_checker.h 40 const TFStats* stats) override {
  /external/tensorflow/tensorflow/cc/profiler/
profiler.h 90 std::unique_ptr<TFStats> stats_;
profiler.cc 23 stats_.reset(new TFStats(std::move(graph_ptr), nullptr, nullptr, nullptr));
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_stats.h 52 class TFStats {
54 TFStats(std::unique_ptr<GraphDef> graph,
59 TFStats(const string& filename,
62 ~TFStats() {}
tfprof_stats.cc 49 TFStats::TFStats(std::unique_ptr<GraphDef> graph,
75 TFStats::TFStats(const string& filename,
107 void TFStats::BuildView(const string& cmd) {
138 void TFStats::BuildAllViews() {
145 const GraphNodeProto& TFStats::ShowGraphNode(const string& cmd,
171 const MultiGraphNodeProto& TFStats::ShowMultiGraphNode(
193 void TFStats::AddGraph(std::unique_ptr<GraphDef> graph) {
238 void TFStats::AddOpLogProto(std::unique_ptr<OpLogProto> op_log)
    [all...]
tfprof_tensor_test.cc 51 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
56 std::unique_ptr<TFStats> tf_stats_;
tfprof_timeline_test.cc 53 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
58 std::unique_ptr<TFStats> tf_stats_;
print_model_analysis.cc 36 TFStats* tf_stat = nullptr;
39 TFStats* tf_stats) {
105 tf_stat = new TFStats(std::move(graph_ptr), nullptr, std::move(op_log_ptr),
113 tf_stat = new TFStats(*filename, nullptr);
197 TFStats tf_stats(std::move(graph_ptr), std::move(run_meta_ptr),
tfprof_show_test.cc 73 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
82 TFStats new_stats(profile_file, nullptr);
95 std::unique_ptr<TFStats> tf_stats_;
tfprof_stats_test.cc 67 tf_stats_.reset(new TFStats(std::move(graph_pb), std::move(run_meta_pb),
75 TFStats new_stats(profile_file, nullptr);
80 std::unique_ptr<TFStats> tf_stats_;
  /external/tensorflow/tensorflow/core/profiler/
profiler.cc 200 std::unique_ptr<TFStats> tf_stat;
202 tf_stat.reset(new TFStats(FLAGS_profile_path, std::move(ckpt_reader)));
231 tf_stat.reset(new TFStats(std::move(graph), nullptr, std::move(op_log),

Completed in 95 milliseconds