Home
last modified time | relevance | path

Searched defs:IFFT (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_fft_impl.h30 IFFT = 1, // Inverse FFT; complex in, complex out. enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto607 IFFT = 1; // Inverse FFT; complex in, complex out. enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2230 TEST_F(OpTest, IFFT) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go19292 func IFFT(scope *Scope, input tf.Output) (output tf.Output) { func