mehrdadh commented on a change in pull request #7903:
URL: https://github.com/apache/tvm/pull/7903#discussion_r621406524
##########
File path: src/runtime/graph_executor/debug/graph_executor_debug.cc
##########
@@ -207,6 +200,42 @@ class GraphExecutorDebug : public GraphExecutor {
return -1;
}
+ /*!
+ * \brief Get number of outputs of the node.
+ * \param index The index of the node.
+ * \return The number of outputs.
+ */
+ size_t NodeGetNumOutputs(size_t index) {
Review comment:
removed it. thanks!
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]