Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.cc123 StatusOr<FusedIrEmitter::IndexedGenerator> FusedIrEmitter::HandleTuple( in HandleTuple() function in xla::FusedIrEmitter
173 return HandleTuple(instruction); in CreateGenerator()
Dfused_ir_emitter.h73 StatusOr<IndexedGenerator> HandleTuple(const HloInstruction& tuple);
/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h60 Status HandleTuple(HloInstruction* tuple) override;
Dlogical_buffer_analysis.cc175 Status LogicalBufferAnalysis::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::LogicalBufferAnalysis
Dtuple_points_to_analysis.h247 Status HandleTuple(HloInstruction* tuple) override;
Dhlo_cost_analysis.h152 Status HandleTuple(const HloInstruction* tuple) override;
Ddfs_hlo_visitor_with_default.h190 Status HandleTuple(HloInstructionPtr tuple) override { in HandleTuple() function
Dhlo_evaluator.h291 Status HandleTuple(HloInstruction* tuple) override;
Ddfs_hlo_visitor.h263 virtual Status HandleTuple(HloInstructionPtr hlo) = 0;
Dhlo_verifier.h192 Status HandleTuple(HloInstruction* tuple) override;
Dtuple_points_to_analysis.cc472 Status TuplePointsToAnalysis::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::TuplePointsToAnalysis
Ddynamic_dimension_inference.cc111 Status HandleTuple(HloInstruction* hlo) override;
256 Status DynamicDimensionInferenceVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::DynamicDimensionInferenceVisitor
Ddynamic_padder.cc1910 Status HandleTuple(HloInstruction* hlo) override;
2096 Status DynamicShapeRemovingVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::__anon5c0a30e00111::DynamicShapeRemovingVisitor
Dhlo_cost_analysis.cc285 Status HloCostAnalysis::HandleTuple(const HloInstruction* tuple) { in HandleTuple() function in xla::HloCostAnalysis
Dhlo_verifier.cc1235 Status ShapeVerifier::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::ShapeVerifier
Dhlo_evaluator.cc1492 Status HloEvaluator::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::HloEvaluator
Dhlo_instruction.cc3574 return visitor->HandleTuple(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h87 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter.cc144 Status IrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h168 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter.cc656 Status IrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::cpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.h492 Status HandleTuple(HloInstruction* hlo) override;
Dspmd_partitioner.cc4176 Status SpmdPartitioningVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::spmd::SpmdPartitioningVisitor