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

Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result) Stores in *result the names of

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

TTypes<T>::UnalignedFlat tensorflow::Tensor::unaligned_flat()

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

Manages the partially known dimensions of a Tensor and their sizes. Member Details tensorflow::Par

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

string tensorflow::Status::ToString() const Return a string representation of this status suitable for printing. Returns the string

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

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

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

int64 tensorflow::Tensor::dim_size(int d) const Convenience accessor for the tensor shape.

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