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

Status tensorflow::Env::NewRandomAccessFile(const string &fname, std::unique_ptr< RandomAccessFile > *result) Creates

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

int64 tensorflow::Tensor::dim_size(int d) const Convenience accessor for the tensor shape.

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

Status tensorflow::Env::NewWritableFile(const string &fname, std::unique_ptr< WritableFile > *result) Creates an object

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

Status tensorflow::EnvWrapper::GetFileSystemForFile(const string &fname, FileSystem **result) override Returns the FileSystem

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

TTypes< T >::Scalar tensorflow::Tensor::scalar() Return the Tensor data as a TensorMap of fixed size 1:

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

TTypes<T>::ConstMatrix tensorflow::Tensor::matrix() const

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

Status tensorflow::Env::CreateDir(const string &dirname) Creates the specified directory.

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

Status tensorflow::Env::DeleteFile(const string &fname) Deletes the named file.

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

static bool tensorflow::TensorShapeUtils::IsMatrixOrHigher(const TensorShape &shape)

2025-01-10 15:47:30