Crate caffe2op_gelu

source ·

Structs

Constants

Functions

Type Definitions

  • | Relu takes one input data (Tensor) and | produces one output data (Tensor) where | the rectified linear function, y = xP(X | <= x) where X ~ N(0, 1), is applied to the | tensor elementwise. | | Input: X, output: Y |