Running multiple inputs simultaneously

I have imported a model into TVM and am able to run it as a GraphModule. One question I have is, if the input is, say n X 1, is there a way to run inference on m examples at the same time by passing a n X m matrix?