View source: R/bijector-methods.R
tfb_forward | R Documentation |
X = g(Y)
.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()
b <- tfb_affine_scalar(shift = 1, scale = 2) x <- 10 b %>% tfb_forward(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.