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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.