Searched refs:graph_as_shared_ptr (Results 1 – 3 of 3) sorted by relevance
198 std::shared_ptr<Graph> graph_as_shared_ptr() const;
292 std::shared_ptr<Graph> Scope::graph_as_shared_ptr() const { in graph_as_shared_ptr() function in tensorflow::Scope
57 impl_.reset(new Impl(new_session, scope.graph_as_shared_ptr())); in ClientSession()