I read the docs and have a question about how can we know what is the output we get from graph runtime.
For example, I have model A that have 3 outputs. The 3 outputs is 1) name: LayerA, shape: (1, 100) 2) name: LayerB, shape: (1, 100) 3) name: LayerC, shape: (1, 100, 200) I see the this function [https://tvm.apache.org/docs/api/python/graph_runtime.html#tvm.contrib.graph_runtime.GraphModule.get_output](https://tvm.apache.org/docs/api/python/graph_runtime.html#tvm.contrib.graph_runtime.GraphModule.get_output). How can I know what is the index 0. Is it LayerA? The work around solution I think is the match the output shape and see what is the layer name. However, If I have the output that have the same shape, what should I do? Can I get some output name from module? Thank you. --- [Visit Topic](https://discuss.tvm.apache.org/t/how-can-i-get-output-name-from-graph-runtime/8479/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/9321185fd539f8dd725b5b06c1a67f4148a1103dcec571ba0af6712f69954d39).