No Activation

none_actv_type

none_actv_type()

A placeholder activation that performs no operation on the input. This is equivalent to the linear activation but explicitly indicates no activation function is used.

\[f(x) = x\]

Shape:

  • Input: Any shape.

  • Output: Same shape as input.