tf.broadcast_static_shape(
shape_x,
shape_y
)
Defined in tensorflow/python/ops/array_ops.py
.
Returns the broadcasted static shape between shape_x
and shape_y
.
Args:
shape_x
: ATensorShape
shape_y
: ATensorShape
Returns:
A TensorShape
representing the broadcasted shape.
Raises:
ValueError
: If the two shapes can not be broadcasted.