mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This package is required by tensorflow-lite. This package doesn't provide a conventional install mechanism so we need to install it manually. Tested-by: Stefan Hager <stefan.hager@ginzinger.com> Signed-off-by: Stefan Hager <stefan.hager@ginzinger.com> Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
config BR2_PACKAGE_FFT2D
|
|
bool "fft2d"
|
|
help
|
|
This is a package to calculate Discrete Fourier/Cosine/Sine
|
|
Transforms of 2,3-dimensional sequences of length 2^N.
|
|
|
|
http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html
|