tvm
tvm copied to clipboard
[Tracking Issue] How to avoid TVM increased tensor dimension?
trafficstars
I use TVM to refine my onnx model that contains max tensor dimension is < 4, but when i check the new onnx model output from TVM, i found there are 5-dim tensor in model, it means TVM increased the tensor dimension that flow in model.
Are there some parameters can set the max tensor dimension to avoid TVM increased tensor dimension? thanks in advance.
- needs-triage
Thanks for this awesome project, any reply would be greatly appreciated. @MasterJH5574 @mshr-h @vinx13 @Hzfengsy @Lunderberg @tqchen
for now we don't have such setting unfortunately