tensorflow::PartialTensorShape::IsValid()
  • References/Big Data/TensorFlow/TensorFlow C++/PartialTensorShape

bool tensorflow::PartialTensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto

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

int64 tensorflow::PartialTensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES:

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

Status tensorflow::PartialTensorShape::MergeWith(const PartialTensorShape &shape, PartialTensorShape *result) const Merges

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

bool tensorflow::PartialTensorShape::IsFullyDefined() const Return true iff the rank and all of the dimensions are well defined

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

tensorflow::PartialTensorShape::PartialTensorShape() Construct an unknown PartialTensorShape.

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

int tensorflow::PartialTensorShape::dims() const Return the number of dimensions in the tensor. If the number of dimensions is

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

static Status tensorflow::PartialTensorShape::MakePartialShape(const int32 *dims, int n, PartialTensorShape *out) Returns a

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

void tensorflow::PartialTensorShape::AsProto(TensorShapeProto *proto) const Fill *proto from *this.

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

bool tensorflow::PartialTensorShape::IsCompatibleWith(const PartialTensorShape &shape) const Return true iff the ranks match

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

PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const Add a dimension to the end ("inner-most"), returns

2025-01-10 15:47:30