You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom libraries might define operators which are known to tensorflow lite, but not lite micro. This will omit declaring the Register function (which is missing from micro_ops.h) and will also not correctly encode opdata.
Implement a way to attach hooks to the code generator to better support adding missing operators.
The text was updated successfully, but these errors were encountered:
Custom libraries might define operators which are known to tensorflow lite, but not lite micro. This will omit declaring the Register function (which is missing from micro_ops.h) and will also not correctly encode opdata.
Implement a way to attach hooks to the code generator to better support adding missing operators.
The text was updated successfully, but these errors were encountered: