tensorflow::Env::SchedClosureAfter()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

virtual void tensorflow::Env::SchedClosureAfter(int64 micros, std::function< void()> closure)=0

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

virtual void tensorflow::Env::SchedClosure(std::function< void()> closure)=0

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

void tensorflow::TensorShape::set_dim(int d, int64 size) Modifies the size of the dimension d to be size

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

Status tensorflow::EnvWrapper::LoadLibrary(const char *library_filename, void **handle) override

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::TensorShape::AsEigenDSizes()
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShape

Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizes() const Fill *dsizes from

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

int64 tensorflow::TensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES: 0

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::TensorShapeDim
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShapeDim

Member Details int64 tensorflow::TensorShapeDim::size tensorflow::TensorShapeDim::TensorShapeDim(int64

2025-01-10 15:47:30