Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h59 Status HandleTuple(HloInstruction* tuple) override;
Dlogical_buffer_analysis.cc162 Status LogicalBufferAnalysis::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::LogicalBufferAnalysis
Ddynamic_dimension_inference.cc48 Status HandleTuple(HloInstruction* hlo) override;
123 Status DynamicDimensionInferenceVisitor::HandleTuple(HloInstruction* hlo) { in HandleTuple() function in xla::DynamicDimensionInferenceVisitor
Dhlo_cost_analysis.h99 Status HandleTuple(const HloInstruction* tuple) override;
Ddfs_hlo_visitor_with_default.h158 Status HandleTuple(HloInstructionPtr tuple) override { in HandleTuple() function
Dtuple_points_to_analysis.h247 Status HandleTuple(HloInstruction* tuple) override;
Dhlo_evaluator.h205 Status HandleTuple(HloInstruction* tuple) override;
Dhlo_verifier.h82 Status HandleTuple(HloInstruction* tuple) override;
Ddfs_hlo_visitor.h240 virtual Status HandleTuple(HloInstructionPtr hlo) = 0;
Dtuple_points_to_analysis.cc356 Status TuplePointsToAnalysis::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::TuplePointsToAnalysis
Dhlo_cost_analysis.cc210 Status HloCostAnalysis::HandleTuple(const HloInstruction* tuple) { in HandleTuple() function in xla::HloCostAnalysis
Dhlo_verifier.cc595 Status ShapeVerifier::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::ShapeVerifier
Dhlo_evaluator.cc769 Status HloEvaluator::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::HloEvaluator
Dhlo_instruction.cc2558 return visitor->HandleTuple(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dfused_ir_emitter.h80 Status HandleTuple(HloInstruction* tuple) override;
Dfused_ir_emitter.cc169 Status FusedIrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::FusedIrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h93 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter_unnested.h171 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter.cc142 Status IrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::gpu::IrEmitter
Dir_emitter_unnested.cc734 Status IrEmitterUnnested::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::gpu::IrEmitterUnnested
772 return IrEmitter::HandleTuple(tuple); in HandleTuple()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h174 Status HandleTuple(HloInstruction* tuple) override;
Dir_emitter.cc624 Status IrEmitter::HandleTuple(HloInstruction* tuple) { in HandleTuple() function in xla::cpu::IrEmitter