Home
last modified time | relevance | path

Searched refs:HandleFft (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h82 Status HandleFft(HloInstruction* fft) override;
Dir_emitter_unnested.h183 Status HandleFft(HloInstruction* fft) override;
Dir_emitter.cc559 Status IrEmitter::HandleFft(HloInstruction* fft) { in HandleFft() function in xla::gpu::IrEmitter
Dir_emitter_unnested.cc1564 Status IrEmitterUnnested::HandleFft(HloInstruction* fft) { in HandleFft() function in xla::gpu::IrEmitterUnnested
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h223 Status HandleFft(HloInstruction* fft) override;
Dhlo_cost_analysis.h76 Status HandleFft(const HloInstruction* fft) override;
Ddfs_hlo_visitor_with_default.h92 Status HandleFft(HloInstructionPtr fft) override { in HandleFft() function
Dhlo_verifier.h56 Status HandleFft(HloInstruction* fft) override;
Ddfs_hlo_visitor.h116 virtual Status HandleFft(HloInstructionPtr fft) = 0;
Dhlo_cost_analysis.cc694 Status HloCostAnalysis::HandleFft(const HloInstruction* fft) { in HandleFft() function in xla::HloCostAnalysis
Dhlo_verifier.cc161 Status ShapeVerifier::HandleFft(HloInstruction* fft) { in HandleFft() function in xla::ShapeVerifier
Dhlo_evaluator.cc1374 Status HloEvaluator::HandleFft(HloInstruction* fft) { in HandleFft() function in xla::HloEvaluator
Dhlo_instruction.cc3129 return visitor->HandleFft(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h141 Status HandleFft(HloInstruction* fft) override;
Dir_emitter.cc1021 Status IrEmitter::HandleFft(HloInstruction* fft) { in HandleFft() function in xla::cpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dfft_handler.cc351 Status SpmdPartitioningVisitor::HandleFft(HloInstruction* hlo) { in HandleFft() function in xla::spmd::SpmdPartitioningVisitor
Dspmd_partitioner.h416 Status HandleFft(HloInstruction* hlo) override;