I encounter two issues when try to generate the SEAL library code for ReLU and ResNet20 using -P2C:fp:lib=seal :
1, The functions App_relu and App_relu_1 (along with App_relu_2, App_relu_3) are declared, but only App_relu is implemented (and the App_relu function is missing a closing '}').
2, When running the generated executable (from .onnx.c, .main.c, and the corresponding linked libraries), it throws an error: 'undefined reference to 'Seal_bootstrap'. It seems like there might be some options missing when compiling the SEAL library. What should I do?"