Hi folks, I’m a newbie of TVM and these days I was playing with TIR. When I enter the code below in the Python interpreter, it throws ValueError. It’s strange to me since I was just constructing a set…
>>> from tvm import tir
>>> {tir.const(1), tir.const(True)}
I’d appreciate any help