selu_tile
-
void ckernel::selu_tile_init()
-
Please refer to documentation for any_init.
-
template<bool is_fp32_dest_acc_en = DST_ACCUM_MODE>
void ckernel::selu_tile(uint32_t idst, uint32_t param0, uint32_t param1)
-
Performs element-wise computation of: selu = scale (max(0,x) + min(0,alpha * (exp(x)-1))) by broadcast , where x is each element of a tile in DST register at index tile_index. The value is provided as const param0 The DST register buffer must be in acquired state via *acquire_dst call. This call is blocking and is only available on the compute engine.
Return value: None
Argument Description
idst The index of the tile in DST register buffer to perform the computation on
param0 scale value
param1 alpha value