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

bool tensorflow::PartialTensorShape::IsCompatibleWith(const PartialTensorShape &shape) const Return true iff the ranks match

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

bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT Parse other and construct the

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

Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file

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

int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.

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

int tensorflow::Tensor::dims() const Convenience accessor for the tensor shape. For all shape

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

Represents an n-dimensional array of values. Member Details tensorflow::Tensor::Tensor()

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

Status tensorflow::Env::DeleteDir(const string &dirname) Deletes the specified directory.

2025-01-10 15:47:30
tensorflow::Status::State
  • References/Big Data/TensorFlow/TensorFlow C++/Status::State

Member Details tensorflow::error::Code tensorflow::Status::State::code string tenso

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

void tensorflow::TensorShape::InsertDim(int d, int64 size) Insert a dimension somewhere in the TensorShape. REQUIRES:

2025-01-10 15:47:30