Skip to contents

Applies element-wise the function PReLU(x)=max(0,x)+weightmin(0,x) where weight is a learnable parameter.

Usage

nnf_prelu(input, weight)

Arguments

input

(N,*) tensor, where * means, any number of additional dimensions

weight

(Tensor) the learnable weights