Python list of graph prerequisites of this Bijector.
is_constant_jacobian
Python bool indicating that the Jacobian matrix is
not a function of the input.
validate_args
Python bool, default False. Whether to validate input
with asserts. If validate_args is False, and the inputs are invalid,
correct behavior is not guaranteed.
dtype
tf.dtype supported by this Bijector. None means dtype is not
enforced.
forward_min_event_ndims
Python integer indicating the minimum number of
dimensions forward operates on.
inverse_min_event_ndims
Python integer indicating the minimum number of
dimensions inverse operates on. Will be set to
forward_min_event_ndims by default, if no value is provided.
name
The name to give Ops created by the initializer.
Raises
ValueError
If neither forward_min_event_ndims and
inverse_min_event_ndims are specified, or if either of them is
negative.
ValueError
If a member of graph_parents is not a Tensor.
Attributes
dtype
dtype of Tensors transformable by this distribution.
forward_min_event_ndims
Returns the minimal number of dimensions bijector.forward operates on.
graph_parents
Returns this Bijector's graph_parents as a Python list.
inverse_min_event_ndims
Returns the minimal number of dimensions bijector.inverse operates on.
is_constant_jacobian
Returns true iff the Jacobian matrix is not a function of x.
name
Returns the string name of this Bijector.
validate_args
Returns True if Tensor arguments will be validated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[]]