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.
Please login to continue.