Searched refs:CreateFft (Results 1 – 10 of 10) sorted by relevance
181 fft::FftSupport *CreateFft() override;
232 fft::FftSupport *HostExecutor::CreateFft() { in CreateFft() function in stream_executor::host::HostExecutor
330 virtual fft::FftSupport *CreateFft() { return nullptr; } in CreateFft() function
465 fft_.reset(implementation_->CreateFft()); in AsFft()
214 fft::FftSupport* CreateFft() override;
683 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
802 fft::FftSupport* GpuExecutor::CreateFft() { in CreateFft() function in stream_executor::gpu::GpuExecutor
444 static std::unique_ptr<HloInstruction> CreateFft(
163 instruction = CreateFft(shape, operands(0), proto.fft_type(), in CreateFromProto()790 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateFft( in CreateFft() function in xla::HloInstruction
1116 instruction = builder->AddInstruction(HloInstruction::CreateFft( in ParseInstructionRhs()