Searched defs:Fft (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1404 ## Fft section in Operation Semantics 1443 #### Multidimensional FFT 1452 #### Implementation details
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | fft_test.cc | 26 XLA_TEST_F(FftTextTest, Fft) { in XLA_TEST_F() argument
|
/external/webrtc/modules/audio_processing/ns/ |
D | ns_fft.cc | 27 void NrFft::Fft(rtc::ArrayView<float, kFftSize> time_data, in Fft() function in webrtc::NrFft
|
/external/webrtc/modules/audio_processing/aec3/ |
D | aec3_fft.h | 36 void Fft(std::array<float, kFftLength>* x, FftData* X) const { in Fft() function
|
D | aec3_fft_unittest.cc | 88 TEST(Aec3Fft, Fft) { in TEST() argument
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | signal_processing.py | 163 def Fft(cls, signal, normalize=True): member in SignalProcessingUtils
|
/external/pffft/ |
D | test_pffft.cpp | 63 typedef pffft::Fft<T> Fft; in Ttest() typedef
|
D | pffft.hpp | 111 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/ |
D | ooura_fft.cc | 334 void OouraFft::Fft(float* a) const { in Fft() function in webrtc::OouraFft
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | jitrt_custom_calls.cc | 1234 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/ |
D | xla_builder.cc | 1706 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
|