Baremetal-NN
Baremetal-NN API documentation
Loading...
Searching...
No Matches

◆ nn_elu2d_f16()

void nn_elu2d_f16 ( Tensor2D_F16 y,
const Tensor2D_F16 x,
float  alpha 
)

Applies the ELU activation function to a 2D tensor with type F16.

nn_elu2d_f16

Parameters
yThe result tensor.
xThe input tensor.
alphaThe alpha parameter for the ELU activation function.