tflite_micro_compiler icon indicating copy to clipboard operation
tflite_micro_compiler copied to clipboard

Better custom support

Open cpetig opened this issue 5 years ago • 0 comments

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.

cpetig avatar Jul 13 '20 16:07 cpetig