torch.nn.LeakyReLUOptions
export interface LeakyReLUOptions extends ActivationOptions {
/** Negative slope. Default: 0.01 */
negative_slope?: number;
}negative_slope(number)optional- – Negative slope. Default: 0.01
Options for LeakyReLU activation