tfp.experimental.distributions.marginal_fns.ps.tensorshape_util.is_fully_defined

Returns True iff x is fully defined in every dimension.

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

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

is_fully_defined bool indicating that the shape is fully known.