forget_mult_CPU {fastai} | R Documentation |
ForgetMult gate applied to 'x' and 'f' on the CPU.
forget_mult_CPU(x, f, first_h = NULL, batch_first = TRUE, backward = FALSE)
x |
x |
f |
f |
first_h |
first_h |
batch_first |
batch_first |
backward |
backward |
None