tensorflow::TensorShape::TensorShape(gtl::ArraySlice< int64 > dim_sizes) Construct a TensorShape from the provided sizes. REQUIRES: dim_sizes[i] >= 0
static constexpr int tensorflow::TensorShape::MaxDimensions()
TensorShapeIter tensorflow::TensorShape::end() const
bool tensorflow::TensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto is a valid tensor shape.
void tensorflow::TensorShape::InsertDim(int d, int64 size) Insert a dimension somewhere in the TensorShape. REQUIRES: 0 <= d <= dims() REQUIRES: size >= 0
Status tensorflow::TensorShape::IsValidShape(const TensorShapeProto &proto) Returns OK iff proto is a valid tensor shape, and a descriptive error status otherwise.
void tensorflow::TensorShape::DumpRep() const
bool tensorflow::TensorShape::IsSameSize(const TensorShape &b) const Returns true if *this and b have the same sizes. Ignores dimension names.
uint8 tensorflow::TensorShape::buf[16][16]
int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.
Page 4 of 319