Skip to content

Commit efb6707

Browse files
committed
lint
1 parent f99bc81 commit efb6707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/tvm/runtime/crt/aot_executor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ int TVMAotExecutor_GetInputIndex(TVMAotExecutor* executor, const char* name);
9797
*
9898
* \param executor Pointer to executor instance, created by TVMAotExecutor_Create().
9999
* \param index Input index for retrieving name.
100+
* \param name Output for retrieving name.
100101
* \return Pointer to input name in `name`.
101102
*/
102103
int TVMAotExecutor_GetInputName(TVMAotExecutor* executor, int index, char** name);

0 commit comments

Comments
 (0)