torch.nn.RReLUOptions
export interface RReLUOptions extends ActivationOptions {
/** Lower bound of uniform distribution. Default: 1/8 */
lower?: number;
/** Upper bound of uniform distribution. Default: 1/3 */
upper?: number;
}lower(number)optional- – Lower bound of uniform distribution. Default: 1/8
upper(number)optional- – Upper bound of uniform distribution. Default: 1/3
Options for RReLU activation