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

tensorflow::TensorShapeDim::TensorShapeDim(int64 s)

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

void tensorflow::Status::operator=(const Status &s)

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

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

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

Status tensorflow::Env::GetFileSystemForFile(const string &fname, FileSystem **result) Returns the FileSystem object to handle

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

void tensorflow::TensorShape::operator=(const TensorShape &b)

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

bool tensorflow::TensorShape::operator==(const TensorShape &b) const

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

int64 tensorflow::Tensor::NumElements() const Convenience accessor for the tensor shape.

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

bool tensorflow::Tensor::SharesBufferWith(const Tensor &b) const

2025-01-10 15:47:30