virtual Status tensorflow::Session::Create(const GraphDef &graph)=0
Create the graph to be used for the session.
Returns an error if this session has already been created with a graph. To re-use the session with a different graph, the caller must Close() the session first.
Please login to continue.