Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dplugin_registry.cc36 case PluginKind::kFft: in PluginKindString()
133 case PluginKind::kFft: in SetDefaultFactory()
156 case PluginKind::kFft: in HasFactory()
Dplugin.h41 kFft, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk.cc59 case Thunk::kFft: in ThunkKindToString()
Dthunk.h56 kFft, enumerator
Dfft_thunk.cc106 : Thunk(Kind::kFft, thunk_info), in FftThunk()
Dgpu_layout_assignment.cc240 } else if (instruction->opcode() == HloOpcode::kFft) { in AddBackendConstraints()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h88 V(kFft, "fft", 1) \
Dinstruction_fusion.cc161 case HloOpcode::kFft: in IsExpensive()
Dhlo_instruction.cc166 case HloOpcode::kFft: { in CreateFromProto()
1663 case HloOpcode::kFft: in CloneWithNewOperands()
2202 case HloOpcode::kFft: in IdenticalSlowPath()
3128 case HloOpcode::kFft: in Visit()
Dhlo_graph_dumper.cc1043 case HloOpcode::kFft: in GetInstructionColor()
Dsharding_propagation.cc252 case HloOpcode::kFft: in PickRepresentativeOperand()
Dhlo_parser.cc109 case HloOpcode::kFft: in CanInferShape()
1658 case HloOpcode::kFft: { in ParseInstructionRhs()
Dlayout_assignment.cc2230 case HloOpcode::kFft: in InstructionCanChangeLayout()
Dhlo_instructions.cc171 : HloInstruction(HloOpcode::kFft, shape), fft_type_(fft_type) { in HloFftInstruction()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc592 rocm::kROCmPlatformId, PluginKind::kFft, gpu::kRocFftPlugin); in initialize_rocfft()
616 rocm::kROCmPlatformId, PluginKind::kFft, gpu::kRocFftPlugin); in initialize_rocfft()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.cc586 cuda::kCudaPlatformId, PluginKind::kFft, gpu::kCuFftPlugin); in initialize_cufft()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc447 return xla::HloOpcode::kFft; in MhloToHloOpcode()
Dhlo_function_importer.cc725 case HloOpcode::kFft: { in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc298 case HloOpcode::kFft: in EmitOp()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1641 return AddInstruction(std::move(instr), HloOpcode::kFft, {operand}); in FftInternal()