Home
last modified time | relevance | path

Searched refs:HandleBitcast (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h61 Status HandleBitcast(HloInstruction* bitcast) override;
Dlogical_buffer_analysis.cc130 Status LogicalBufferAnalysis::HandleBitcast(HloInstruction*) { in HandleBitcast() function in xla::LogicalBufferAnalysis
Dhlo_cost_analysis.h103 Status HandleBitcast(const HloInstruction* bitcast) override;
Ddfs_hlo_visitor_with_default.h173 Status HandleBitcast(HloInstructionPtr bitcast) override { in HandleBitcast() function
Dtuple_points_to_analysis.h249 Status HandleBitcast(HloInstruction* bitcast) override;
Dhlo_evaluator.h187 Status HandleBitcast(HloInstruction* bitcast) override;
Dhlo_verifier.h70 Status HandleBitcast(HloInstruction* bitcast) override;
Ddfs_hlo_visitor.h229 virtual Status HandleBitcast(HloInstructionPtr hlo) = 0;
Dtuple_points_to_analysis.cc264 Status TuplePointsToAnalysis::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() function in xla::TuplePointsToAnalysis
Dhlo_cost_analysis.cc361 Status HloCostAnalysis::HandleBitcast(const HloInstruction*) { in HandleBitcast() function in xla::HloCostAnalysis
Dhlo_verifier.cc463 Status ShapeVerifier::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() function in xla::ShapeVerifier
Dhlo_evaluator.cc382 Status HloEvaluator::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() function in xla::HloEvaluator
Dalgebraic_simplifier.cc180 Status HandleBitcast(HloInstruction* bitcast) override;
603 Status AlgebraicSimplifierVisitor::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc2604 return visitor->HandleBitcast(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.h79 Status HandleBitcast(HloInstruction* bitcast) override;
Dir_emitter.cc85 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h148 Status HandleBitcast(HloInstruction* bitcast) override;
Dir_emitter.cc167 Status IrEmitter::HandleBitcast(HloInstruction* bitcast) { in HandleBitcast() function in xla::cpu::IrEmitter