tensorflow_mri.broadcast_static_shapes

broadcast_static_shapes(*shapes)[source]

Computes the shape of a broadcast given known shapes.

Like tf.broadcast_static_shape, but accepts any number of shapes.

Parameters

*shapes – Two or more TensorShapes.

Returns

A TensorShape representing the broadcasted shape.