Hi,
I’m exploring model compilation and deployment with TVM, and I’m wondering, for example if I would like my model to do some checks during inference and throw runtime exceptions conditionally (like those when you run C++ programs), is there any support for this in TVM? I saw there’s an error handling guide in the docs, but that seems to be about compile-time errors. Thanks!