Home
last modified time | relevance | path

Searched refs:HandleAfterAll (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h108 Status HandleAfterAll(const HloInstruction* token) override;
Ddfs_hlo_visitor_with_default.h212 Status HandleAfterAll(HloInstructionPtr token) override { in HandleAfterAll() function
Dhlo_evaluator.h227 Status HandleAfterAll(HloInstruction* after_all) override;
Dhlo_verifier.h99 Status HandleAfterAll(HloInstruction* token) override;
Ddfs_hlo_visitor.h264 virtual Status HandleAfterAll(HloInstructionPtr token) = 0;
Dhlo_cost_analysis.cc415 Status HloCostAnalysis::HandleAfterAll(const HloInstruction*) { in HandleAfterAll() function in xla::HloCostAnalysis
Dhlo_verifier.cc827 Status ShapeVerifier::HandleAfterAll(HloInstruction* token) { in HandleAfterAll() function in xla::ShapeVerifier
Dhlo_evaluator.cc1165 Status HloEvaluator::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll() function in xla::HloEvaluator
Dhlo_instruction.cc2656 return visitor->HandleAfterAll(this); in Visit()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.h182 Status HandleAfterAll(HloInstruction* after_all) override;
Dir_emitter_unnested.cc1469 Status IrEmitterUnnested::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll() function in xla::gpu::IrEmitterUnnested
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h182 Status HandleAfterAll(HloInstruction* after_all) override;
Dir_emitter.cc2638 Status IrEmitter::HandleAfterAll(HloInstruction* after_all) { in HandleAfterAll() function in xla::cpu::IrEmitter