tvm
tvm copied to clipboard
[Doc] Fixed Docstring usage example in `tvm.ir.make_node`
The provided usage example for tvm.ir.make_node has become outdated. Creating an IR node of type IntImm requires the field span.
Compare: make_node Unit Test