SrivaniJayanthi
Results
1
comments of
SrivaniJayanthi
> > For relax.build() to work properly, it expects the model to be lowered to TensorIR before compilation. > > Before calling relax.build(), add this transformation: tvm_model = relax.transform.LowerToTensorIR()(tvm_model) >...