Returns the concatenation of the dimension in x
and other
.
tfp.experimental.distributions.marginal_fns.ps.tensorshape_util.concatenate(
x, other
)
For more details, see help(tf.TensorShape.concatenate)
.
Returns |
new_shape
|
an object like x whose elements are the concatenation of the
dimensions in x and other .
|