tensorflow::TensorShape::AppendShape()

void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.

2016-10-14 18:57:20
tensorflow::TensorShape::RemoveDim()

void tensorflow::TensorShape::RemoveDim(int d) Removes dimension d from the TensorShape. REQUIRES: 0

2016-10-14 18:57:23
tensorflow::TensorShape

Member Details uint8 tensorflow::TensorShape::buf[16][16] Rep64* tensorflow::Tensor

2016-10-14 18:57:20
tensorflow::TensorShape::AsEigenDSizesWithPadding()

Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizesWithPadding() const Same as AsEigenDSizes()

2016-10-14 18:57:20
tensorflow::TensorShape::dim_sizes()

gtl::InlinedVector< int64, 4 > tensorflow::TensorShape::dim_sizes() const Returns sizes of all dimensions.

2016-10-14 18:57:21
tensorflow::TensorShape::~TensorShape()

tensorflow::TensorShape::TensorShape(gtl::ArraySlice< int64 > dim_sizes) Construct a TensorShape from the provided

2016-10-14 18:57:23
tensorflow::TensorShape::AddDim()

void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0

2016-10-14 18:57:20
tensorflow::TensorShape::set_dim()

void tensorflow::TensorShape::set_dim(int d, int64 size) Modifies the size of the dimension d to be size

2016-10-14 18:57:23
tensorflow::TensorShape::dims()

int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.

2016-10-14 18:57:21
tensorflow::TensorShape::IsSameSize()

bool tensorflow::TensorShape::IsSameSize(const TensorShape &b) const Returns true if *this and b

2016-10-14 18:57:22