Can Tensor Expressions(TE) descrip a whole network module

Hi,I’m a beginner.Recently I read the the tutorial * Working with Operators Using Tensor Expressions*,and I want to know if we can descrip a network module only with TE(te.compute) considering we can pass only one schedule to tvm.build() function. If so,should we pass a list of schedule to tvm.build() or combine all operators in a network model into one operator so we can create a shedule for it?or other method?

relay can descrip a computational graph ,when lower relay to TE,what’s TE forms? Thanks a lot!