Home
last modified time | relevance | path

Searched defs:fft_type (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/modules/audio_processing/utility/
Dpffft_wrapper.cc19 size_t GetBufferSize(size_t fft_size, Pffft::FftType fft_type) { in GetBufferSize()
29 Pffft::FloatBuffer::FloatBuffer(size_t fft_size, FftType fft_type) in FloatBuffer()
45 Pffft::Pffft(size_t fft_size, FftType fft_type) in Pffft()
62 bool Pffft::IsValidFftSize(size_t fft_size, FftType fft_type) { in IsValidFftSize()
Dpffft_wrapper_unittest.cc30 void CreatePffftWrapper(size_t fft_size, Pffft::FftType fft_type) { in CreatePffftWrapper()
69 Pffft::FftType fft_type = in PffftValidateWrapper() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_single_threaded_fft.cc26 const void* run_options_ptr, void* out, void* operand, int32 fft_type, in __xla_cpu_runtime_EigenSingleThreadedFft()
Druntime_fft.cc30 const void* run_options_ptr, void* out, void* operand, int32 fft_type, in __xla_cpu_runtime_EigenFft()
Druntime_fft_impl.h181 FftType fft_type, bool double_precision, in EigenFftWithRank()
245 FftType fft_type, bool double_precision, int32 fft_rank, in EigenFftImpl()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfft_ops.cc42 explicit GenericFftOp(OpKernelConstruction* ctx, FftType fft_type, in GenericFftOp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfft_thunk.cc101 FftThunk::FftThunk(ThunkInfo thunk_info, FftType fft_type, in FftThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc999 void Sweep(int64 fft_rank, FftType fft_type, in Sweep()
1131 int64 fft_rank, FftType fft_type, int64 fft_size, in CopyDataFromInput()
1184 int64 fft_rank, FftType fft_type, in CopyDataToOutput()
1221 int64 fft_rank, FftType fft_type, int64 fft_size, in CopyDataFromInput()
1241 int64 fft_rank, FftType fft_type, in CopyDataToOutput()
1260 int64 fft_rank, FftType fft_type, in CheckParameters()
1375 const FftType fft_type = fft->fft_type(); in HandleFft() local
Dhlo.proto148 xla.FftType fft_type = 31; field
Dhlo_instructions.h109 FftType fft_type() const { return fft_type_; } in fft_type() function
Dhlo_instruction.cc994 const Shape& shape, HloInstruction* operand, FftType fft_type, in CreateFft()
3902 FftType HloInstruction::fft_type() const { in fft_type() function in xla::HloInstruction
Dshape_inference.cc1874 const Shape& in, const FftType fft_type, in InferFftShape()
Dhlo_parser.cc1659 optional<FftType> fft_type; in ParseInstructionRhs() local
Dhlo_instructions.cc169 HloInstruction* operand, FftType fft_type, in HloFftInstruction()
/external/tensorflow/tensorflow/core/kernels/
Dfft_ops.cc529 se::fft::Plan* plan, const se::fft::Type fft_type, in DoFFTInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc726 auto fft_type = in ImportInstructionImpl() local
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc120 const Shape& shape, XlaOp operand, FftType fft_type, in FftInternal()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1621 XlaOp XlaBuilder::Fft(XlaOp operand, const FftType fft_type, in Fft()
1632 const Shape& shape, XlaOp operand, const FftType fft_type, in FftInternal()
4416 XlaOp Fft(const XlaOp operand, FftType fft_type, in Fft()