int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.
string tensorflow::TensorShape::DebugString() const For error messages.
void tensorflow::TensorShape::Clear() Clear a tensor shape.
uint8 tensorflow::TensorShape::buf[16][16]
TensorShapeIter tensorflow::TensorShape::begin() const For iterating through the dimensions.
void tensorflow::TensorShape::AsProto(TensorShapeProto *proto) const Fill *proto from *this.
Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizesWithPadding() const Same as AsEigenDSizes() but allows for NDIMS > dims() in which case we pad the rest of the sizes with 1.
Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizes() const Fill *dsizes from *this.
void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.
void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0
Page 5 of 319