X = g(Y)
.R/bijector-methods.R
tfb_forward.Rd
Returns the forward Bijector evaluation, i.e., X = g(Y)
.
tfb_forward(bijector, x, name = "forward")
bijector | The bijector to apply |
---|---|
x | Tensor. The input to the "forward" evaluation. |
name | name of the operation |
a tensor
Other bijector_methods:
tfb_forward_log_det_jacobian()
,
tfb_inverse_log_det_jacobian()
,
tfb_inverse()
#> tf.Tensor(21.0, shape=(), dtype=float32)# }