tensorflow::PartialTensorShape::MakePartialShape()

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

Returns a PartialTensorShape whose dimensions are dims[0], dims[1], ..., dims[n-1]. Values of -1 are considered "unknown".

doc_TensorFlow
2016-10-14 18:57:07
Comments
Leave a Comment

Please login to continue.