I-ViT Integration
Context
Add the support for I-ViT operators ILayerNorm, ShiftGELU and ShiftMax
Modified files
-
ILayerNorm.hppandILayerNorm.cpp, add ILayerNorm operator; -
ShiftMax.hppandShiftMax.cpp, add ShiftMax operator; -
ShiftGELU.hppandShiftGELU.cpp, add ShiftGELU operator; -
aidge.hppto include the operator;