tfp.experimental.distributions.marginal_fns.ps.tensorshape_util.concatenate

Returns the concatenation of the dimension in x and other.

For more details, see help(tf.TensorShape.concatenate).

x object representing a shape; convertible to tf.TensorShape.
other object representing a shape; convertible to tf.TensorShape.

new_shape an object like x whose elements are the concatenation of the dimensions in x and other.