virtual tensorflow::Session::~Session()
A Session instance lets a caller drive a TensorFlow graph computation. When a Session is created with a given target, a new Session object is
virtual Status tensorflow::Session::PRunSetup(const std::vector< string > &input_names, const std::vector< string > &output_names, const std::vector<
virtual Status tensorflow::Session::Close(const RunOptions &run_options)
virtual Status tensorflow::Session::PRun(const string &handle, const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string
virtual Status tensorflow::Session::Run(const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string > &output_tensor_names
virtual Status tensorflow::Session::Create(const GraphDef &graph)=0 Create the graph to be used for the session.
virtual Status tensorflow::Session::Extend(const GraphDef &graph)=0 Adds operations to the graph that is already registered
tensorflow::Session::Session()