Searched refs:HandleBatchNormInference (Results 1 – 12 of 12) sorted by relevance
41 Status HandleBatchNormInference(HloInstruction* batch_norm) override;69 Status Visitor::HandleBatchNormInference(HloInstruction* batch_norm) { in HandleBatchNormInference() function in xla::gpu::__anon8335950a0111::Visitor
97 Status HandleBatchNormInference(HloInstruction* batch_norm) override;
612 Status IrEmitter::HandleBatchNormInference(HloInstruction*) { in HandleBatchNormInference() function in xla::gpu::IrEmitter
53 Status HandleBatchNormInference(HloInstruction* batch_norm) override;293 Status BatchNormExpanderVisitor::HandleBatchNormInference( in HandleBatchNormInference() function in xla::BatchNormExpanderVisitor
98 Status HandleBatchNormInference(
274 Status HandleBatchNormInference( in HandleBatchNormInference() function
66 Status HandleBatchNormInference(HloInstructionPtr hlo) override { in HandleBatchNormInference() function
105 Status HandleBatchNormInference(
279 virtual Status HandleBatchNormInference(HloInstructionPtr hlo) = 0;
525 Status HloCostAnalysis::HandleBatchNormInference(const HloInstruction*) { in HandleBatchNormInference() function in xla::HloCostAnalysis
1047 Status ShapeVerifier::HandleBatchNormInference( in HandleBatchNormInference() function in xla::ShapeVerifier
3067 return visitor->HandleBatchNormInference(this); in Visit()