Structs

  • | ThresholdedReluGradient takes both | Y and dY and uses this to update dX according | to the chain rule and derivatives of | the rectified linear function. |
  • | ThresholdedRelu takes one input data | (Tensor) and produces one output data | (Tensor) where the rectified linear | function, y = x for x > alpha, y = 0 otherwise, | is applied to the tensor elementwise. |