tensorflow::PartialTensorShape::MergeWith()

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

Merges all the dimensions from shape. Returns InvalidArgument error if either shape has a different rank or if any of the dimensions are incompatible.

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

Please login to continue.