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

Status tensorflow::Env::IsDirectory(const string &fname) Returns whether the given path is a directory or not. Typical return

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

void tensorflow::EnvWrapper::SchedClosure(std::function< void()> closure) override

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

TTypes<T>::UnalignedConstFlat tensorflow::Tensor::unaligned_flat() const

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

static Status tensorflow::PartialTensorShape::MakePartialShape(const int32 *dims, int n, PartialTensorShape *out) Returns a

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

int tensorflow::PartialTensorShape::dims() const Return the number of dimensions in the tensor. If the number of dimensions is

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

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

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

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_inner_dims() Returns the data as an Eigen::Tensor with NDIMS dimensions

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

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

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

tensorflow::RandomAccessFile::RandomAccessFile()

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

gtl::InlinedVector< int64, 4 > tensorflow::TensorShape::dim_sizes() const Returns sizes of all dimensions.

2025-01-10 15:47:30