Home
last modified time | relevance | path

Searched defs:FFT2D (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/
Dfilelist.json414 "FFT2D": { object
1443 "FFT2D": { object
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2214 TEST_F(OpTest, FFT2D) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go16130 func FFT2D(scope *Scope, input tf.Output) (output tf.Output) { func