huajsj commented on a change in pull request #10234:
URL: https://github.com/apache/tvm/pull/10234#discussion_r813334515
##########
File path: src/runtime/pipeline/pipeline_executor.h
##########
@@ -95,6 +95,10 @@ class TVM_DLL PipelineExecutor : public ModuleNode {
* \return Return input data.
*/
NDArray GetInput(std::string input_name);
+ /*!
+ * \brief Getting the count of running pipeline.
+ */
+ int PipelineStatisticPipeExecuterCount();
Review comment:
fixed.
--
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]