ReLU/LeakyReLU/RReLU

Input

x:
  • Required: yes
  • Type: float16, float32
  • Description: input
  • Restrictions: none

Attribute

negative_slope:
  • Required: no
  • Type: float
  • Description: (default = 0) slope for negative inputs
  • Restrictions: none

Output

y:
  • Required: yes
  • Type: float16, float32
  • Description: output y = max(0, x) + negative_slope * min(0, x)
  • Restrictions: none