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
Tensorsrepresenting the input shapes.- Returns
A rank-1 integer
Tensorrepresenting the broadcasted shape.