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

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_stats.cc 129 if (cmd == kCmds[3] && !op_view_) {
130 op_view_.reset(new TFOp());
132 op_view_->AddNode(it->second.get());
134 op_view_->Build();
186 return op_view_->Show(prefix, opts);
233 op_view_.reset(nullptr);
tfprof_stats.h 111 std::unique_ptr<TFOp> op_view_; member in class:tensorflow::tfprof::TFStats

Completed in 84 milliseconds