Fusion in microTVM?

Hi! I’m a new learner for microTVM. When I do not USE_CMSIS_NN, it seems that microTVM doesn’t do any optimization on the relay, like fusion. But the generated C code is made of fused op, so how can I hack these optimizations via relay build processing? Is there a clear function entry for fusion in microTVM?