zenyuhao opened a new issue, #12672: URL: https://github.com/apache/tvm/issues/12672
https://github.com/apache/tvm/blob/main/src/runtime/graph_executor/graph_executor.cc#L100 my model has 7 outputs of last node named "reshap_op" but there is only one node-name in node map, i think outputs_map should store out_tensor_index , should be "reshape_nop:0" as tensorflow does ~~~ >>> c = m.get_function("default")(tvm.cpu(0)) reshape_nop:0 reshape_nop:1 reshape_nop:2 reshape_nop:3 reshape_nop:4 reshape_nop:5 reshape_nop:6 >>> c.get_function("get_output_index")("reshape_nop") 6 ~~~ Please don’t hesitate to correct me if I’m wrong. Many thanks in advance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
