tensorflow::PartialTensorShape::dim_size()

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

2016-10-14 18:57:06
tensorflow::PartialTensorShape::IsValid()

bool tensorflow::PartialTensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto

2016-10-14 18:57:06
tensorflow::PartialTensorShape::MergeWith()

Status tensorflow::PartialTensorShape::MergeWith(const PartialTensorShape &shape, PartialTensorShape *result) const Merges

2016-10-14 18:57:07
tensorflow::PartialTensorShape::IsFullyDefined()

bool tensorflow::PartialTensorShape::IsFullyDefined() const Return true iff the rank and all of the dimensions are well defined

2016-10-14 18:57:06
tensorflow::PartialTensorShape::PartialTensorShape()

tensorflow::PartialTensorShape::PartialTensorShape() Construct an unknown PartialTensorShape.

2016-10-14 18:57:08
tensorflow::PartialTensorShape::MakePartialShape()

static Status tensorflow::PartialTensorShape::MakePartialShape(const int32 *dims, int n, PartialTensorShape *out) Returns a

2016-10-14 18:57:07
tensorflow::PartialTensorShape::dims()

int tensorflow::PartialTensorShape::dims() const Return the number of dimensions in the tensor. If the number of dimensions is

2016-10-14 18:57:06
tensorflow::PartialTensorShape::IsCompatibleWith()

bool tensorflow::PartialTensorShape::IsCompatibleWith(const PartialTensorShape &shape) const Return true iff the ranks match

2016-10-14 18:57:06
tensorflow::PartialTensorShape::AsProto()

void tensorflow::PartialTensorShape::AsProto(TensorShapeProto *proto) const Fill *proto from *this.

2016-10-14 18:57:05
tensorflow::PartialTensorShape::Concatenate()

PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const Add a dimension to the end ("inner-most"), returns

2016-10-14 18:57:05