Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h34 IRFFT = 3, // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto561 IRFFT = 3; // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1557 TEST_F(OpTest, IRFFT) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go46184 func IRFFT(scope *Scope, input tf.Output, fft_length tf.Output, optional ...IRFFTAttr) (output tf.O… func