| /external/webrtc/modules/audio_processing/utility/ |
| D | pffft_wrapper.cc | 19 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()
|
| D | pffft_wrapper_unittest.cc | 30 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/ |
| D | runtime_single_threaded_fft.cc | 26 const void* run_options_ptr, void* out, void* operand, int32 fft_type, in __xla_cpu_runtime_EigenSingleThreadedFft()
|
| D | runtime_fft.cc | 30 const void* run_options_ptr, void* out, void* operand, int32 fft_type, in __xla_cpu_runtime_EigenFft()
|
| D | runtime_fft_impl.h | 181 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/ |
| D | fft_ops.cc | 42 explicit GenericFftOp(OpKernelConstruction* ctx, FftType fft_type, in GenericFftOp()
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | fft_thunk.cc | 101 FftThunk::FftThunk(ThunkInfo thunk_info, FftType fft_type, in FftThunk()
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_evaluator.cc | 999 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
|
| D | hlo.proto | 148 xla.FftType fft_type = 31; field
|
| D | hlo_instructions.h | 109 FftType fft_type() const { return fft_type_; } in fft_type() function
|
| D | hlo_instruction.cc | 994 const Shape& shape, HloInstruction* operand, FftType fft_type, in CreateFft() 3902 FftType HloInstruction::fft_type() const { in fft_type() function in xla::HloInstruction
|
| D | shape_inference.cc | 1874 const Shape& in, const FftType fft_type, in InferFftShape()
|
| D | hlo_parser.cc | 1659 optional<FftType> fft_type; in ParseInstructionRhs() local
|
| D | hlo_instructions.cc | 169 HloInstruction* operand, FftType fft_type, in HloFftInstruction()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | fft_ops.cc | 529 se::fft::Plan* plan, const se::fft::Type fft_type, in DoFFTInternal()
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ |
| D | hlo_function_importer.cc | 726 auto fft_type = in ImportInstructionImpl() local
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
| D | mlir_hlo_builder.cc | 120 const Shape& shape, XlaOp operand, FftType fft_type, in FftInternal()
|
| /external/tensorflow/tensorflow/compiler/xla/client/ |
| D | xla_builder.cc | 1621 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()
|