Hi everyone,
I have a model that requires dynamic input shapes, but I’ve noticed that TVM optimizations work best with fixed input dimensions. I tried using relay.build
with dynamic shapes, but performance seems to drop.
What’s the best approach to handle dynamic input shapes in TVM while maintaining efficiency?
Thanks!