Crate caffe2op_mish

source ·

Structs

  • | Mish takes one input data (Tensor) and | produces one output data (Tensor) where | the Mish function, y = x * tanh(ln(1 + | exp(x))), is applied to the tensor elementwise. |
  • | MishGradient takes X, Y and dY and uses | this to update dX according to the chain | rule and derivatives of the Mish function. |