Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/utility/
H A 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()
H A Dpffft_wrapper_unittest.cc30 void CreatePffftWrapper(size_t fft_size, Pffft::FftType fft_type) { in CreatePffftWrapper()
69 Pffft::FftType fft_type = in PffftValidateWrapper() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dfft_thunk.cc70 FftThunk::FftThunk(ThunkInfo thunk_info, FftType fft_type, in FftThunk()
97 se::fft::Type fft_type, absl::Span<const int64_t> fft_len, in RunFft()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Druntime_fft_impl.h177 FftType fft_type, bool double_precision, in EigenFftWithRank()
241 internal::FftType fft_type, bool double_precision, in EigenFftImpl()
H A Druntime_single_threaded_fft.cc22 const void* run_options_ptr, void* out, void* operand, int32_t fft_type, in __xla_cpu_runtime_EigenSingleThreadedFft()
H A Druntime_fft.cc26 const void* run_options_ptr, void* out, void* operand, int32_t fft_type, in __xla_cpu_runtime_EigenFft()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dfft_ops.cc43 explicit GenericFftOp(OpKernelConstruction* ctx, FftType fft_type, in GenericFftOp()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DCuFFTPlanCache.h243 IntArrayRef sizes, CuFFTTransformType fft_type, ScalarType dtype): in CuFFTConfig()
H A DSpectralOps.cpp217 auto fft_type = GetCuFFTTransformType(input.is_complex(), out.is_complex()); in _exec_fft() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfft_ops.cc544 se::fft::Plan* plan, const se::fft::Type fft_type, in DoFFTInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto203 xla.FftType fft_type = 31; field
H A Dhlo_instructions.h180 FftType fft_type() const { return fft_type_; } in fft_type() function
H A Dhlo_instruction.cc1181 const Shape& shape, HloInstruction* operand, FftType fft_type, in CreateFft()
4470 FftType HloInstruction::fft_type() const { in fft_type() function in xla::HloInstruction
H A Dshape_inference.cc1875 const Shape& in, const FftType fft_type, in InferFftShape()
H A Dhlo_parser.cc2033 optional<FftType> fft_type; in CreateInstruction() local
H A Dhlo_instructions.cc204 HloInstruction* operand, FftType fft_type, in HloFftInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc128 const Shape& shape, XlaOp operand, FftType fft_type, in FftInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc1296 auto fft_type = mlir::mhlo::FftTypeAttr::get( in ImportInstructionImpl() local
H A Dmlir_hlo_to_hlo.cc183 static xla::FftType Convert_fft_type(mlir::mhlo::FftType fft_type) { in Convert_fft_type()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc1706 XlaOp XlaBuilder::Fft(XlaOp operand, const FftType fft_type, in Fft()
1717 const Shape& shape, XlaOp operand, const FftType fft_type, in FftInternal()
4372 XlaOp Fft(const XlaOp operand, FftType fft_type, in Fft()