Does TVM support onnx models for vitis AI?

Hi Guys,

Does TVM support onnx models for vitis AI ? Especially, I tried to compile a model for running on ZCU104 and onnx does optimization step such as Conv+BN fusion which makes some ops (e.g Relu) fail to be annotated by pyxir to run on the DPU

@Hossam

Yes. TVM supports onnx models with Vitis-AI codegen. Vitis-AI only supports relu and leaky relu.
Could you please point the model you are trying?

cc @jtuyls might be interested.

The bug was in PYXIR and will be soon solved in v0.3.1