void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.
void tensorflow::TensorShape::RemoveDim(int d) Removes dimension d from the TensorShape. REQUIRES: 0
Member Details uint8 tensorflow::TensorShape::buf[16][16] Rep64* tensorflow::Tensor
Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizesWithPadding() const Same as AsEigenDSizes()
gtl::InlinedVector< int64, 4 > tensorflow::TensorShape::dim_sizes() const Returns sizes of all dimensions.
tensorflow::TensorShape::TensorShape(gtl::ArraySlice< int64 > dim_sizes) Construct a TensorShape from the provided
void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0
void tensorflow::TensorShape::set_dim(int d, int64 size) Modifies the size of the dimension d to be size
int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.
bool tensorflow::TensorShape::IsSameSize(const TensorShape &b) const Returns true if *this and b
Page 2 of 3