How to optimize a operator in a model after compiled by tvm?

Hi there, I have compiled my model from pytorch by tvm.

I wonder if I could optimize an operator, such as einsum or linear , in my model after the whole model compiled by TVM. Such as tiling, unrolling optimization, could I do these in an operator?