Home
last modified time | relevance | path

Searched defs:CreateFft (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h331 virtual fft::FftSupport* CreateFft() { return nullptr; } in CreateFft() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.cc318 fft::FftSupport* HostExecutor::CreateFft() { in CreateFft() function in stream_executor::host::HostExecutor
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc690 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc822 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc1180 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFft( in CreateFft() function in xla::HloInstruction