I refer to the code in test_coreml_runtime.py and successfully run the model on CoreML backend. However, when I checked the outputs , I found something unusual. My model have two outputs, the result of tvm_outputs just has one element, the coreml_outputs is normal. I check the value of both type output, and they match besides tvm_outputs just have one element.
I have no idea what causes this problem, any one can help, thanks a lot!