Add erf operators and unit tests
Context
While trying to export the ConvNeXt onnx model to cpp, we encountered several issues. The one of the issue was the missing operator erf.
Modified files
Added erf operator :
-
erf.hppadded erf operator; -
erf_config.jinja,erf_forward.jinjatemplate jinja file for erf; -
test_export.py, unit test for the erf operator; -
operator.py, register erf operator;
TODO
Added erf operator for ConvNeXt model
-
NOT DONE -
DONE -
TO DO