Type Chain
Namespace tensorflow.contrib.distributions.bijectors
Parent Bijector
Interfaces IChain
Bijector which applies a sequence of bijectors. Example Use:
Results in: * Forward:
* Inverse:
Show Example
chain = Chain([Exp(), Softplus()], name="one_plus_exp")