Is the element-wise sigmoid op functor. More...
#include <tile_op_functor.hpp>
Classes | |
| struct | arguments_t |
Public Member Functions | |
| template<typename matAcc_t , typename coord_t > | |
| __XETLA_API KERNEL_FUNC void | operator() (matAcc_t &matAcc, const coord_t &coord, uint32_t slm_base=0, uint32_t nbarrier_base=0) |
Is the element-wise sigmoid op functor.
Get the sigmoid input from matAcc, update the the sigmoid output in place, Used in epilogue::tile_op or chained_tile_op.
|
inline |