Home
last modified time | relevance | path

Searched refs:HandleTuple (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc123 Status FusedIrEmitter::HandleTuple(const HloInstruction* tuple) { in HandleTuple() function in xla::FusedIrEmitter
184 TF_RETURN_IF_ERROR(HandleTuple(instr)); in GetGenerator()
Dfused_ir_emitter.h88 Status HandleTuple(const HloInstruction* tuple);
/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h60 Status HandleTuple(HloInstruction* tuple) override;
Dlogical_buffer_analysis.cc179 Status LogicalBufferAnalysis::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::LogicalBufferAnalysis
Dtuple_points_to_analysis.h248 Status HandleTuple(HloInstruction* tuple) override;
Dhlo_cost_analysis.h108 Status HandleTuple(const HloInstruction* tuple) override;
Dhlo_evaluator.h221 Status HandleTuple(HloInstruction* tuple) override;
Dhlo_verifier.h91 Status HandleTuple(HloInstruction* tuple) override;
Ddfs_hlo_visitor_with_default.h177 Status HandleTuple(HloInstructionPtr tuple) override { in HandleTuple() function
Ddfs_hlo_visitor.h257 virtual Status HandleTuple(HloInstructionPtr hlo) = 0;
Dtuple_points_to_analysis.cc406 Status TuplePointsToAnalysis::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::TuplePointsToAnalysis
Ddynamic_dimension_inference.cc97 Status HandleTuple(HloInstruction* hlo) override;
225 Status DynamicDimensionInferenceVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::DynamicDimensionInferenceVisitor
Ddynamic_padder.cc1570 Status HandleTuple(HloInstruction* hlo) override;
1748 Status DynamicShapeRemovingVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::__anon6d34db3b0111::DynamicShapeRemovingVisitor
Dhlo_cost_analysis.cc286 Status HloCostAnalysis::HandleTuple(const HloInstruction* tuple) { in HandleTuple() function in xla::HloCostAnalysis
Dhlo_verifier.cc865 Status ShapeVerifier::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::ShapeVerifier
Dhlo_evaluator.cc806 Status HloEvaluator::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::HloEvaluator
Dhlo_instruction.cc3147 return visitor->HandleTuple(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h91 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter_unnested.h194 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter.cc215 Status IrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::gpu::IrEmitter
Dir_emitter_unnested.cc2151 Status IrEmitterUnnested::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::gpu::IrEmitterUnnested
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h160 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter.cc637 Status IrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::cpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h429 Status HandleTuple(HloInstruction* hlo) override;
Dspmd_partitioner.cc3367 Status SpmdPartitioningVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::spmd::SpmdPartitioningVisitor