mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
port c++ framer op to open source in tflm_signal (#2104)
`port c++ framer op to open source in tflm_signal` -port framer op and corresponding to new open source location for C++ BUG=[b/288965505](https://b.corp.google.com/288965505)
This commit is contained in:
parent
ef0a7b025a
commit
29d8dbfd4e
13 changed files with 965 additions and 3 deletions
|
|
@ -53,6 +53,7 @@ PythonOpsResolver::PythonOpsResolver() {
|
|||
AddFloor();
|
||||
AddFloorDiv();
|
||||
AddFloorMod();
|
||||
AddFramer();
|
||||
AddFullyConnected();
|
||||
AddGather();
|
||||
AddGatherNd();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue