Searched refs:graph_view_ (Results 1 – 3 of 3) sorted by relevance
115 if (cmd == kCmds[1] && !graph_view_) { in BuildView()116 graph_view_.reset(new TFGraph(ckpt_reader_.get())); in BuildView()118 graph_view_->AddNode(it->second.get()); in BuildView()120 graph_view_->Build(); in BuildView()160 graph_view_->Show(prefix, nopts); in ShowGraphNode()164 return graph_view_->Show(prefix, opts); in ShowGraphNode()231 graph_view_.reset(nullptr); in AddGraph()
109 std::unique_ptr<TFGraph> graph_view_; variable
280 graph_view_(&graph) {} in FunctionOptimizerContext()311 const GraphView& graph_view() const { return graph_view_; } in graph_view()468 GraphView graph_view_; member in tensorflow::grappler::__anondd39c0ba0111::FunctionOptimizerContext