Home
last modified time | relevance | path

Searched refs:kFft (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.cc33 case PluginKind::kFft: in PluginKindString()
130 case PluginKind::kFft: in SetDefaultFactory()
153 case PluginKind::kFft: in HasFactory()
Dplugin.h41 kFft, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc39 case Thunk::kFft: in ThunkKindToString()
Dthunk.h53 kFft, enumerator
Dfft_thunk.cc100 : Thunk(Kind::kFft, hlo), in FftThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h87 V(kFft, "fft", 1) \
Dinstruction_fusion.cc136 case HloOpcode::kFft: in IsExpensive()
Dhlo_instruction.cc160 case HloOpcode::kFft: { in CreateFromProto()
1352 case HloOpcode::kFft: in CloneWithNewOperands()
1802 case HloOpcode::kFft: in IdenticalSlowPath()
2547 case HloOpcode::kFft: in Visit()
Dhlo_graph_dumper.cc1020 case HloOpcode::kFft: in GetInstructionColor()
Dlayout_assignment.cc2004 case HloOpcode::kFft: in InstructionCanChangeLayout()
Dhlo_instructions.cc168 : HloInstruction(HloOpcode::kFft, shape), fft_type_(fft_type) { in HloFftInstruction()
Dhlo_parser.cc1106 case HloOpcode::kFft: { in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_task_assignment.cc143 opcode == HloOpcode::kFft || opcode == HloOpcode::kInfeed || in GetTargetParallelTaskCount()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc587 rocm::kROCmPlatformId, PluginKind::kFft, gpu::kRocFftPlugin); in initialize_rocfft()
611 rocm::kROCmPlatformId, PluginKind::kFft, gpu::kRocFftPlugin); in initialize_rocfft()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.cc557 cuda::kCudaPlatformId, PluginKind::kFft, gpu::kCuFftPlugin); in initialize_cufft()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1277 return AddInstruction(std::move(instr), HloOpcode::kFft, {operand}); in Fft()