Getting started
Examples
Developper documentation
API documentation
make_same_shape()
Make list of tensors the same shape
tensors (List[tf.Tensor]) – List of tensors
broadcast (bool, optional) – If True, not only add missing dims, also broadcast
List[tf.Tensor]