From efb6707adf99233c647fbbdd2ef042802119ccc4 Mon Sep 17 00:00:00 2001 From: Mehrdad Hessar Date: Tue, 21 Feb 2023 14:09:03 -0800 Subject: [PATCH] lint --- include/tvm/runtime/crt/aot_executor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tvm/runtime/crt/aot_executor.h b/include/tvm/runtime/crt/aot_executor.h index 89eaf1fb1da81..4783adec8eae7 100644 --- a/include/tvm/runtime/crt/aot_executor.h +++ b/include/tvm/runtime/crt/aot_executor.h @@ -97,6 +97,7 @@ int TVMAotExecutor_GetInputIndex(TVMAotExecutor* executor, const char* name); * * \param executor Pointer to executor instance, created by TVMAotExecutor_Create(). * \param index Input index for retrieving name. + * \param name Output for retrieving name. * \return Pointer to input name in `name`. */ int TVMAotExecutor_GetInputName(TVMAotExecutor* executor, int index, char** name);