forget_mult_CPU {fastai}R Documentation

Forget_mult_CPU

Description

ForgetMult gate applied to 'x' and 'f' on the CPU.

Usage

forget_mult_CPU(x, f, first_h = NULL, batch_first = TRUE, backward = FALSE)

Arguments

x

x

f

f

first_h

first_h

batch_first

batch_first

backward

backward

Value

None


[Package fastai version 2.2.2 Index]