Struct LeakyReLUOptions
Defined in File activation.h
Page Contents
Struct Documentation
-
struct LeakyReLUOptions
Options for the
LeakyReLU
module.Example:
LeakyReLU model(LeakyReLUOptions().negative_slope(0.42).inplace(true));
Defined in File activation.h
Page Contents
Options for the LeakyReLU
module.
Example:
LeakyReLU model(LeakyReLUOptions().negative_slope(0.42).inplace(true));