tensorflow_mri.broadcast_dynamic_shapes
tensorflow_mri.broadcast_dynamic_shapes¶
- broadcast_dynamic_shapes(*shapes)[source]¶
Computes the shape of a broadcast given symbolic shapes.
Like
tf.broadcast_dynamic_shape
, but accepts any number of shapes.- Parameters
shapes – Two or more rank-1 integer
Tensors
representing the input shapes.- Returns
A rank-1 integer
Tensor
representing the broadcasted shape.