guberti commented on a change in pull request #8708:
URL: https://github.com/apache/tvm/pull/8708#discussion_r687981371
##########
File path: src/runtime/crt/graph_executor/graph_executor.c
##########
@@ -130,7 +132,7 @@ int TVMGraphExecutorNode_Load(TVMGraphExecutorNode* node,
JSONReader* reader) {
}
bitmask |= 2;
} else if (!strcmp(key, "inputs")) {
- size_t count = node->inputs_count;
+ size_t count = 0;
Review comment:
This is a bugfix I made while building the Arduino runtime - it's needed
for the kws model to work.
--
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]