Commit 55a3cbe
authored
Allow custom registrations for built-in ops in MicroMutableOpResolver. (#3178)
* Allow custom registrations for built-in ops in MicroMutableOpResolver.
This change updates most `Add<OpName>()` methods in `MicroMutableOpResolver` to accept an optional `const TFLMRegistration& registration` argument. This enables users to provide a custom implementation for a built-in operator, while still defaulting to the standard registration if no argument is provided.
* Fix style
* Fix whitespace1 parent b75c6ff commit 55a3cbe
1 file changed
+242
-206
lines changed
0 commit comments