tensorflow / tflite-micro

Infrastructure to enable deployment of ML models to low-power resource-constrained embedded targets (including microcontrollers and digital signal processors).
Apache License 2.0
1.93k stars 826 forks source link

How to reduce add op_resolver memory #2611

Closed d28081439 closed 4 months ago

d28081439 commented 5 months ago

I try to add one MicroMutableOpResolver<1> micro_op_resolver; micro_op_resolver.AddFullyConnected()

But the memory has increased by about 150k Is the increased memory size correct? Is there a list of how many memories will be generated for each OP added?

github-actions[bot] commented 4 months ago

"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

github-actions[bot] commented 4 months ago

"This issue is being closed because it has been marked as stale for 5 days with no further activity."