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

size_t tensorflow::Tensor::TotalBytes() const Returns the estimated memory usage of this tensor.

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

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::bit_casted_shaped(gtl::ArraySlice< int64 > new_sizes) const Return

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

TTypes<T>::ConstFlat tensorflow::Tensor::flat() const

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

Tensor tensorflow::Tensor::Slice(int64 dim0_start, int64 dim0_limit) const Slice this tensor along the 1st dimension.

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

tensorflow::TensorShape::TensorShape(gtl::ArraySlice< int64 > dim_sizes) Construct a TensorShape from the provided

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

void tensorflow::Tensor::AsProtoTensorContent(TensorProto *proto) const

2025-01-10 15:47:30
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