mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Python extensions for filter bank and stacker Signal Ops. (#2143)
Functionality to use the rest of the Signal Library OPs directly from python. Test with `bazel run python/tflite_micro/signal:stacker_op_test` and `bazel run python/tflite_micro/signal:filter_bank_ops_test` BUG=[287346710](http://b/287346710)
This commit is contained in:
parent
bb3fda3a9c
commit
e2cdefd520
24 changed files with 4136 additions and 1 deletions
|
|
@ -53,6 +53,10 @@ PythonOpsResolver::PythonOpsResolver() {
|
|||
AddExpandDims();
|
||||
AddFftAutoScale();
|
||||
AddFill();
|
||||
AddFilterBank();
|
||||
AddFilterBankLog();
|
||||
AddFilterBankSquareRoot();
|
||||
AddFilterBankSpectralSubtraction();
|
||||
AddFloor();
|
||||
AddFloorDiv();
|
||||
AddFloorMod();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue