Home | History | Annotate | only in /external/tensorflow/tensorflow/lite/experimental/microfrontend/lib
Up to higher level directory
NameDateSize
bits.h22-Oct-20202.8K
BUILD22-Oct-20203.3K
fft.c22-Oct-20201.8K
fft.h22-Oct-20201.3K
fft_io.c22-Oct-20201.5K
fft_io.h22-Oct-20201.2K
fft_test.cc22-Oct-20202K
fft_util.c22-Oct-20202.2K
fft_util.h22-Oct-20201.2K
filterbank.c22-Oct-20204.4K
filterbank.h22-Oct-20202.2K
filterbank_io.c22-Oct-20202.7K
filterbank_io.h22-Oct-20201.3K
filterbank_test.cc22-Oct-20207.8K
filterbank_util.c22-Oct-20208.9K
filterbank_util.h22-Oct-20201.7K
frontend.c22-Oct-20202.8K
frontend.h22-Oct-20202.5K
frontend_io.c22-Oct-20202.9K
frontend_io.h22-Oct-20201.1K
frontend_main.c22-Oct-20202.3K
frontend_memmap_generator.c22-Oct-20201.7K
frontend_memmap_main.c22-Oct-20201.9K
frontend_test.cc22-Oct-20204.6K
frontend_util.c22-Oct-20203.3K
frontend_util.h22-Oct-20202.1K
log_lut.c22-Oct-20201.6K
log_lut.h22-Oct-20201.3K
log_scale.c22-Oct-20203K
log_scale.h22-Oct-20201.3K
log_scale_io.c22-Oct-20201,006
log_scale_io.h22-Oct-20201.2K
log_scale_test.cc22-Oct-20202.1K
log_scale_util.c22-Oct-20201.1K
log_scale_util.h22-Oct-20201.5K
noise_reduction.c22-Oct-20202K
noise_reduction.h22-Oct-20201.4K
noise_reduction_io.c22-Oct-20201.5K
noise_reduction_io.h22-Oct-20201.4K
noise_reduction_test.cc22-Oct-20202.5K
noise_reduction_util.c22-Oct-20201.8K
noise_reduction_util.h22-Oct-20201.9K
pcan_gain_control.c22-Oct-20202K
pcan_gain_control.h22-Oct-20201.4K
pcan_gain_control_test.cc22-Oct-20202K
pcan_gain_control_util.c22-Oct-20203.4K
pcan_gain_control_util.h22-Oct-20202.2K
README22-Oct-2020444
window.c22-Oct-20202.5K
window.h22-Oct-20201.4K
window_io.c22-Oct-20201.8K
window_io.h22-Oct-20201.2K
window_test.cc22-Oct-20205.9K
window_util.c22-Oct-20202.2K
window_util.h22-Oct-20201.5K

README

      1 The binary frontend_main shows sample usage of the frontend, printing out
      2 coefficients when it has processed enough data.
      3 
      4 The binary frontend_memmap_main shows a sample usage of how to avoid all the
      5 init code in your runtime, by first running "frontend_generate_memmap" to
      6 create a header/source file that uses a baked in frontend state. This command
      7 could be automated as part of your build process, or you can just use the output
      8 directly.
      9 
     10