STT-tensorflow/tensorflow/lite/experimental/microfrontend/lib
Christian Sigg 0b3c636d43 Make M_PI available on MSVC.
PiperOrigin-RevId: 257024979
2019-07-08 14:28:19 -07:00
..
bits.h
BUILD Expose microfrontend ops in Lite 2019-07-03 16:00:15 -07:00
fft_io.c Clang format changes 2019-03-20 21:33:07 +05:30
fft_io.h
fft_test.cc Expose microfrontend ops in Lite 2019-07-03 16:00:15 -07:00
fft_util.cc Expose microfrontend ops in Lite 2019-07-03 16:00:15 -07:00
fft_util.h
fft.cc Expose microfrontend ops in Lite 2019-07-03 16:00:15 -07:00
fft.h
filterbank_io.c
filterbank_io.h
filterbank_test.cc
filterbank_util.c Clang format changes 2019-03-20 21:33:07 +05:30
filterbank_util.h
filterbank.c Clang format changes 2019-03-20 21:33:07 +05:30
filterbank.h
frontend_io.c
frontend_io.h
frontend_main.c Clang format changes 2019-03-20 21:33:07 +05:30
frontend_memmap_generator.c Merge pull request #28240 from adamjrichter:master 2019-05-08 16:39:41 -07:00
frontend_memmap_main.c Clang format changes 2019-03-20 21:33:07 +05:30
frontend_test.cc
frontend_util.c Clang format changes 2019-03-20 21:33:07 +05:30
frontend_util.h
frontend.c Clang format changes 2019-03-20 21:33:07 +05:30
frontend.h
log_lut.c
log_lut.h
log_scale_io.c
log_scale_io.h
log_scale_test.cc
log_scale_util.c
log_scale_util.h
log_scale.c Clang format changes 2019-03-20 21:33:07 +05:30
log_scale.h
noise_reduction_io.c
noise_reduction_io.h
noise_reduction_test.cc
noise_reduction_util.c
noise_reduction_util.h
noise_reduction.c Clang format changes 2019-03-20 21:33:07 +05:30
noise_reduction.h
pcan_gain_control_test.cc
pcan_gain_control_util.c Clang format changes 2019-03-20 21:33:07 +05:30
pcan_gain_control_util.h
pcan_gain_control.c Clang format changes 2019-03-20 21:33:07 +05:30
pcan_gain_control.h
README
window_io.c
window_io.h
window_test.cc
window_util.c Make M_PI available on MSVC. 2019-07-08 14:28:19 -07:00
window_util.h
window.c Clang format changes 2019-03-20 21:33:07 +05:30
window.h

The binary frontend_main shows sample usage of the frontend, printing out
coefficients when it has processed enough data.

The binary frontend_memmap_main shows a sample usage of how to avoid all the
init code in your runtime, by first running "frontend_generate_memmap" to
create a header/source file that uses a baked in frontend state. This command
could be automated as part of your build process, or you can just use the output
directly.