Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-050.md3 ### CVE Number
6 ### Impact
25 ### Patches
33 ### For more information
39 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_fft_impl.h32 IRFFT = 3, // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto609 IRFFT = 3; // Inverse real FFT; fft_length / 2 + 1 complex in, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc2283 TEST_F(OpTest, IRFFT) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go19406 func IRFFT(scope *Scope, input tf.Output, fft_length tf.Output, optional ...IRFFTAttr) (output tf.O… func