Can TVM support auto_scheduler with te.Var()?

I want to auto_scheduler an op,but i dont want to set the fixed shape and want to use te.var to achieve this.Is there any way to do this? Thanks