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

Status tensorflow::Env::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory)

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

int64 tensorflow::Tensor::NumElements() const Convenience accessor for the tensor shape.

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

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::flat_outer_dims() const

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

TTypes<T>::Flat tensorflow::Tensor::flat() Return the tensor data as an Eigen::Tensor of the data type and

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

bool tensorflow::Tensor::CopyFrom(const Tensor &other, const TensorShape &shape) TF_MUST_USE_RESULT Copy the other tensor

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

TTypes< T >::ConstScalar tensorflow::Tensor::scalar() const

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

void tensorflow::Tensor::FillDescription(TensorDescription *description) const Fill in the TensorDescription proto

2025-01-10 15:47:30
tensorflow::TensorShape::buf[16][16]
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShape

uint8 tensorflow::TensorShape::buf[16][16]

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

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

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

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

2025-01-10 15:47:30