void tensorflow::TensorShape::set_dim(int d, int64 size) Modifies the size of the dimension d to be size
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:
void tensorflow::TensorShape::Clear() Clear a tensor shape.
static constexpr int tensorflow::TensorShape::MaxDimensions()
bool tensorflow::TensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto is a
TensorShapeIter tensorflow::TensorShape::begin() const For iterating through the dimensions.
Page 3 of 3