Versions in this module Expand all Collapse all v0 v0.1.0 Dec 9, 2020 Changes in this version + type Model struct + BCand *nn.Param + BFor *nn.Param + BIn *nn.Param + BOut *nn.Param + UseRefinedGates bool + WCand *nn.Param + WCandRec *nn.Param + WFor *nn.Param + WForRec *nn.Param + WIn *nn.Param + WInRec *nn.Param + WOut *nn.Param + WOutRec *nn.Param + func New(in, out int, options ...Option) *Model + func (m *Model) NewProc(ctx nn.Context) nn.Processor + type Option func(*Model) + func SetRefinedGates(value bool) Option + type Processor struct + States []*State + func (p *Processor) Forward(xs ...ag.Node) []ag.Node + func (p *Processor) LastState() *State + func (p *Processor) SetInitialState(state *State) + type State struct + Cand ag.Node + Cell ag.Node + ForG ag.Node + InG ag.Node + OutG ag.Node + Y ag.Node