Setup the ONNX parser
In this blog, we’ll explore how to parse a simple ONNX model and print its operators. This step is an initial step for building a TVM-like compiler from scratch, as it introduces ONNX parsing and sets the stage for converting ONNX models into a custo...
my-tvm-from-scratch-1.hashnode.dev3 min read