tensorflow::TensorShape::begin()
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShape

TensorShapeIter tensorflow::TensorShape::begin() const For iterating through the dimensions.

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

tensorflow::Tensor::Tensor() Creates a 1-dimensional, 0-element float tensor. The returned Tensor

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

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

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

void tensorflow::Tensor::UnsafeCopyFromInternal(const Tensor &, const TensorShape &) Copy the other tensor into this tensor

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

Status tensorflow::PartialTensorShape::IsValidShape(const TensorShapeProto &proto) Returns OK iff proto

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

bool tensorflow::PartialTensorShape::AsTensorShape(TensorShape *tensor_shape) const

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

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

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

gtl::ArraySlice<int64> tensorflow::PartialTensorShape::dim_sizes() const Returns sizes of all dimensions.

2025-01-10 15:47:30