mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
PCAN C++ (#2180)
`port c++ PCAN op to open source in tflm_signal` -port PCAN op and corresponding to new open source location for C++ BUG=[b/294387385](https://b.corp.google.com/issues/294387385)
This commit is contained in:
parent
b4060efe00
commit
e01fdf05a9
13 changed files with 447 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ PythonOpsResolver::PythonOpsResolver() {
|
|||
AddPack();
|
||||
AddPad();
|
||||
AddPadV2();
|
||||
AddPCAN();
|
||||
AddPrelu();
|
||||
AddQuantize();
|
||||
AddReadVariable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue