ThreadLocalDropout

Global (thread local) dropout state with descriptor and state array

Postblit

this(this)
this(this)
Undocumented in source.

Members

Static functions

descriptor
descriptor(float ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(size_t seed)

FIXME set global seed

state
ref state()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_dropoutDesc
cudnnDropoutDescriptor_t _dropoutDesc;
Undocumented in source.
_stateArray
CuPtr!byte _stateArray;
Undocumented in source.
count
size_t count;
Undocumented in source.

Meta