Home
last modified time | relevance | path

Searched defs:Fft (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1404 ## Fft section in Operation Semantics
1443 #### Multidimensional FFT
1452 #### Implementation details
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfft_test.cc26 XLA_TEST_F(FftTextTest, Fft) { in XLA_TEST_F() argument
/external/webrtc/modules/audio_processing/ns/
Dns_fft.cc27 void NrFft::Fft(rtc::ArrayView<float, kFftSize> time_data, in Fft() function in webrtc::NrFft
/external/webrtc/modules/audio_processing/aec3/
Daec3_fft.h36 void Fft(std::array<float, kFftLength>* x, FftData* X) const { in Fft() function
Daec3_fft_unittest.cc88 TEST(Aec3Fft, Fft) { in TEST() argument
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dsignal_processing.py163 def Fft(cls, signal, normalize=True): member in SignalProcessingUtils
/external/pffft/
Dtest_pffft.cpp63 typedef pffft::Fft<T> Fft; in Ttest() typedef
Dpffft.hpp111 class Fft class
653 inline Fft<T>::Fft(int length, int stackThresholdLen) in Fft() function in pffft::Fft
/external/webrtc/common_audio/third_party/ooura/fft_size_128/
Dooura_fft.cc334 void OouraFft::Fft(float* a) const { in Fft() function in webrtc::OouraFft
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc1234 struct Fft { struct
1240 static Fft Handler() { return Fft(); } in Handler()
1285 static bool Fft(runtime::KernelContext* ctx, void** args, void** attrs) { in Fft() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1706 XlaOp XlaBuilder::Fft(XlaOp operand, const FftType fft_type, in Fft() function in xla::XlaBuilder
4372 XlaOp Fft(const XlaOp operand, FftType fft_type, in Fft() function