I need to get info about output tensor(s) like: name, shape,… before I load or run model.
I know that graph.json file has these info somehow, and also I can get these info from get_output in this case I need to load model, create graph executor,…
does TVM have any APIs to make it easy?