Home
last modified time | relevance | path

Searched refs:HandleSelect (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h243 Status HandleSelect(HloInstruction* select) override;
Dhlo_cost_analysis.h59 Status HandleSelect(const HloInstruction* hlo) override;
Ddfs_hlo_visitor_with_default.h80 Status HandleSelect(HloInstructionPtr select) override { in HandleSelect() function
Dhlo_verifier.h47 Status HandleSelect(HloInstruction* select) override;
Ddfs_hlo_visitor.h78 virtual Status HandleSelect(HloInstructionPtr hlo) = 0;
Ddynamic_dimension_inference.cc117 Status HandleSelect(HloInstruction* hlo) override;
791 Status DynamicDimensionInferenceVisitor::HandleSelect(HloInstruction* hlo) { in HandleSelect() function in xla::DynamicDimensionInferenceVisitor
Dhlo_cost_analysis.cc240 Status HloCostAnalysis::HandleSelect(const HloInstruction* hlo) { in HandleSelect() function in xla::HloCostAnalysis
Dhlo_verifier.cc106 Status ShapeVerifier::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::ShapeVerifier
Dhlo_evaluator.cc2000 Status HloEvaluator::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::HloEvaluator
Dalgebraic_simplifier.cc361 Status HandleSelect(HloInstruction* select) override;
4995 Status AlgebraicSimplifierVisitor::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::AlgebraicSimplifierVisitor
Dhlo_evaluator_typed_visitor.h1041 Status HandleSelect(HloInstruction* select) override {
Dhlo_instruction.cc3123 return visitor->HandleSelect(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h137 Status HandleSelect(HloInstruction* select) override;
Dir_emitter.cc369 Status IrEmitter::HandleSelect(HloInstruction* select) { in HandleSelect() function in xla::cpu::IrEmitter