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

An implementation of Env that forwards all calls to another Env . May be useful to clients who wish to override just part of the functionality

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

Member Details uint8 tensorflow::TensorShape::buf[16][16] Rep64* tensorflow::Tensor

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

virtual Status tensorflow::WritableFile::Flush()=0

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

void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0

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

A file abstraction for sequential writing. The implementation must provide buffering since callers may append small fragments at a time to the

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

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::bit_casted_tensor() const Return the tensor data to an Eigen::Tensor

2025-01-10 15:47:30