int64 tensorflow::PartialTensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES:
bool tensorflow::PartialTensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto
bool tensorflow::PartialTensorShape::IsFullyDefined() const Return true iff the rank and all of the dimensions are well defined
Status tensorflow::PartialTensorShape::MergeWith(const PartialTensorShape &shape, PartialTensorShape *result) const Merges
tensorflow::PartialTensorShape::PartialTensorShape() Construct an unknown PartialTensorShape.
int tensorflow::PartialTensorShape::dims() const Return the number of dimensions in the tensor. If the number of dimensions is
static Status tensorflow::PartialTensorShape::MakePartialShape(const int32 *dims, int n, PartialTensorShape *out) Returns a
bool tensorflow::PartialTensorShape::IsCompatibleWith(const PartialTensorShape &shape) const Return true iff the ranks match
PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const Add a dimension to the end ("inner-most"), returns
void tensorflow::PartialTensorShape::AsProto(TensorShapeProto *proto) const Fill *proto from *this.
Page 1 of 2