I-ViT Integration
Context
Add the support for I-ViT operators ILayerNorm, ShiftGELU and ShiftMax
Modified files
-
ILayerNorm.hpp
andILayerNorm.cpp
, add ILayerNorm operator; -
ShiftMax.hpp
andShiftMax.cpp
, add ShiftMax operator; -
ShiftGELU.hpp
andShiftGELU.cpp
, add ShiftGELU operator; -
aidge.hpp
to include the operator;