When i run tvm.micro.create_local_graph_executor()
in python file for deploying a tflite model to stm32f746 board, minirpc will send RPCCode::kDevAllocDataWithScope
code to board to run TVMDeviceAllocDataSpaceWithScope
function.
Some questions about the function of TVMDeviceAllocDataSpaceWithScope
:
- What’s the meaning about the ‘Scope’?
- What’s this memory(allocate by this function) used for? And when will this part of memory be freed?
Sincerely looking forward to your reply.