atomic14 / tensorflow-lite-esp32

SImple example getting TensorFlow Lite up and running on the ESP32 with Platform.io
Creative Commons Zero v1.0 Universal
130 stars 30 forks source link

Ops Resolver #8

Open Anugaradhawa opened 2 years ago

Anugaradhawa commented 2 years ago

image

what is the purpose of using these ops resolvers in code? what is your intention, Mr.Chris?

phuzybuny commented 1 year ago

@Anugaradhawa The MicroMutableOpsResolver allows for a subset of the operations needed to be loaded, reducing memory usage. See Tensorflow's Get started with microcontrollers.