Searched refs:Fft (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | 2009-06-02-ISelCrash.ll | 35 bb1.outer2.i.i.outer: ; preds = %Fft.exit.i, %bb5.i12.i, %bb.i 54 br i1 undef, label %Fft.exit.i, label %bb7.i.i 56 Fft.exit.i: ; preds = %bb7.i.i 59 bb5.i: ; preds = %Fft.exit.i
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2009-06-02-ISelCrash.ll | 35 bb1.outer2.i.i.outer: ; preds = %Fft.exit.i, %bb5.i12.i, %bb.i 54 br i1 undef, label %Fft.exit.i, label %bb7.i.i 56 Fft.exit.i: ; preds = %bb7.i.i 59 bb5.i: ; preds = %Fft.exit.i
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-06-02-ISelCrash.ll | 35 bb1.outer2.i.i.outer: ; preds = %Fft.exit.i, %bb5.i12.i, %bb.i 54 br i1 undef, label %Fft.exit.i, label %bb7.i.i 56 Fft.exit.i: ; preds = %bb7.i.i 59 bb5.i: ; preds = %Fft.exit.i
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_FFT.pbtxt | 4 name: "signal.Fft"
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | fft_ops.cc | 98 xla::XlaOp fft = xla::Fft(input, fft_type_, fft_length); in Compile()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core.c | 833 static void Fft(float time_data[PART_LEN2], in Fft() function 972 Fft(e_extended, e_fft); in EchoSubtraction() 1053 Fft(fft, xfw); in EchoSuppression() 1304 Fft(fft, xf); in ProcessBlock() 1309 Fft(fft, df); in ProcessBlock()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 419 XlaOp Fft(const XlaOp& operand, FftType fft_type, 812 friend XlaOp Fft(const XlaOp& operand, FftType fft_type, 1349 XlaOp Fft(const XlaOp& operand, FftType fft_type,
|
D | xla_builder.cc | 1264 XlaOp XlaBuilder::Fft(const XlaOp& operand, const FftType fft_type, in Fft() function in xla::XlaBuilder 3024 XlaOp Fft(const XlaOp& operand, FftType fft_type, in Fft() function 3026 return operand.builder()->Fft(operand, fft_type, fft_length); in Fft()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_parser_test.cc | 701 "Fft", in CreateTestCases() 704 ENTRY %Fft (input: c64[8,32]) -> c64[8,32] { in CreateTestCases()
|
D | pattern_matcher.h | 2084 XLA_UNOP_PATTERN(Fft)
|