Questions about TVM executors and its APIs

Another thing is that I am still confused about the executors… There are “graph”, “debug” (interpreter), “vm”, “aot” …

Some executor cannot support dynamic shapes (i.e., graph). The default optimization passes of them are not the same. I think any instructions on which one should users pick will be very helpful to improve the flexibility of TVM :slight_smile: