There has been a crash when I tried to compile the MNIST model to ELF. It seems related to the calling convention. My target can not cover all the return values, only a few return registers. Should we transfer the return value by pointer? It will be more general for other targets.