leandron opened a new pull request, #12532:
URL: https://github.com/apache/tvm/pull/12532

   In TVM ONNX frontend, constants are folded by default, which makes 
`test_load_model__onnx` to fail because it is looking for "params" that were 
already converted into constants.
   
   This patch fixes the test to disable constant folding so that we can assert 
that "params" in the model are present as expected.
   
   cc @ashutosh-arm @driazati @areusch @Mousius @NicolaLancellotti 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to