tf.contrib.distributions.Laplace.param_static_shapes(cls, sample_shape)
param_shapes with static (i.e. TensorShape) shapes.
Args:
-
sample_shape
:TensorShape
or python list/tuple. Desired shape of a call tosample()
.
Returns:
dict
of parameter name to TensorShape
.
Raises:
-
ValueError
: ifsample_shape
is aTensorShape
and is not fully defined.
Please login to continue.