Dynamic batch (input) support

Hi,

Does autotvm or autoscheduler is available with dynamic batch configuration? I am using onnx and vm to support dynamic batch as you mention. But it seems like I cannot use autotvm or autoscheduler with dynamic batch input shape (e.g., input shape with relay.Any()). Are there any ways I can use them with dynamic batch support?

Thanks a lot!