int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.
Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizes() const Fill *dsizes from
void tensorflow::TensorShape::InsertDim(int d, int64 size) Insert a dimension somewhere in the TensorShape. REQUIRES:
bool tensorflow::TensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto is a
void tensorflow::TensorShape::Clear() Clear a tensor shape.
TensorShapeIter tensorflow::TensorShape::begin() const For iterating through the dimensions.
static constexpr int tensorflow::TensorShape::MaxDimensions()
Page 3 of 3