Home
last modified time | relevance | path

Searched refs:CreateFft (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h181 fft::FftSupport *CreateFft() override;
Dhost_gpu_executor.cc232 fft::FftSupport *HostExecutor::CreateFft() { in CreateFft() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h330 virtual fft::FftSupport *CreateFft() { return nullptr; } in CreateFft() function
Dstream_executor_pimpl.cc465 fft_.reset(implementation_->CreateFft()); in AsFft()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h214 fft::FftSupport* CreateFft() override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc683 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc802 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h444 static std::unique_ptr<HloInstruction> CreateFft(
Dhlo_instruction.cc163 instruction = CreateFft(shape, operands(0), proto.fft_type(), in CreateFromProto()
790 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFft( in CreateFft() function in xla::HloInstruction
Dhlo_parser.cc1116 instruction = builder->AddInstruction(HloInstruction::CreateFft( in ParseInstructionRhs()