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::AppendShape()

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

2016-10-14 18:57:20
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::AsEigenDSizesWithPadding()

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

2016-10-14 18:57:20
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::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::AsEigenDSizes()

Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizes() const Fill *dsizes from

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

int64 tensorflow::TensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES: 0

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

void tensorflow::TensorShape::InsertDim(int d, int64 size) Insert a dimension somewhere in the TensorShape. REQUIRES:

2016-10-14 18:57:22