Home
last modified time | relevance | path

Searched refs:Fft (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-06-02-ISelCrash.ll35 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/llvm/test/CodeGen/ARM/
D2009-06-02-ISelCrash.ll35 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/compiler/tf2xla/kernels/
Dfft_ops.cc67 b->Fft(ctx->Input(0), fft_type_, fft_length); in Compile()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c833 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/tools/parser/
Dhlo_parser_test.cc586 "Fft",
589 ENTRY %Fft (input: c64[8,32]) -> c64[8,32] {
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.h418 ComputationDataHandle Fft(const ComputationDataHandle& operand,
Dcomputation_builder.cc733 ComputationDataHandle ComputationBuilder::Fft( in Fft() function in xla::ComputationBuilder