Contents

resetGateFirst

A parameter that controls the internal order of the GRU gates.

Declaration

var resetGateFirst: Bool { get set }

Discussion

If set to YES then the layer will use the gate-ordering [ r, z, o ] instead of default [ z, r, o ]. Default value: NO.