Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h333 virtual fft::FftSupport *CreateFft() { return nullptr; } in CreateFft() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc324 fft::FftSupport *HostExecutor::CreateFft() { in CreateFft() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc774 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc682 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc993 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFft( in CreateFft() function in xla::HloInstruction