tf.broadcast_dynamic_shape(
shape_x,
shape_y
)
Defined in tensorflow/python/ops/array_ops.py
.
Returns the broadcasted dynamic shape between shape_x
and shape_y
.
Args:
shape_x
: A rank 1 integerTensor
, representing the shape of x.shape_y
: A rank 1 integerTensor
, representing the shape of y.
Returns:
A rank 1 integer Tensor
representing the broadcasted shape.