tensorflow::Session::PRunSetup()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual Status tensorflow::Session::PRunSetup(const std::vector< string > &input_names, const std::vector< string > &output_names, const std::vector<

2025-01-10 15:47:30
tensorflow::Session
  • References/Big Data/TensorFlow/TensorFlow C++/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

2025-01-10 15:47:30
tensorflow::Session::~Session()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual tensorflow::Session::~Session()

2025-01-10 15:47:30
tensorflow::Session::PRun()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual Status tensorflow::Session::PRun(const string &handle, const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string

2025-01-10 15:47:30
tensorflow::Session::Close()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual Status tensorflow::Session::Close(const RunOptions &run_options)

2025-01-10 15:47:30
tensorflow::Session::Extend()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual Status tensorflow::Session::Extend(const GraphDef &graph)=0 Adds operations to the graph that is already registered

2025-01-10 15:47:30
tensorflow::Session::Create()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual Status tensorflow::Session::Create(const GraphDef &graph)=0 Create the graph to be used for the session.

2025-01-10 15:47:30
tensorflow::Session::Run()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

virtual Status tensorflow::Session::Run(const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string > &output_tensor_names

2025-01-10 15:47:30
tensorflow::Session::Session()
  • References/Big Data/TensorFlow/TensorFlow C++/Session

tensorflow::Session::Session()

2025-01-10 15:47:30