Searched refs:HandleBatchNormInference (Results 1 – 12 of 12) sorted by relevance
39 Status HandleBatchNormInference(HloInstruction* batch_norm) override;54 Status Visitor::HandleBatchNormInference(HloInstruction* batch_norm) { in HandleBatchNormInference() function in xla::gpu::__anondf8c4db30111::Visitor
100 Status HandleBatchNormInference(HloInstruction* batch_norm) override;
758 Status IrEmitter::HandleBatchNormInference(HloInstruction*) { in HandleBatchNormInference() function in xla::gpu::IrEmitter
89 Status HandleBatchNormInference(
65 Status HandleBatchNormInference(HloInstructionPtr hlo) override { in HandleBatchNormInference() function
58 Status HandleBatchNormInference(HloInstruction* batch_norm) override;326 Status BatchNormExpanderVisitor::HandleBatchNormInference( in HandleBatchNormInference() function in xla::BatchNormExpanderVisitor
250 Status HandleBatchNormInference( in HandleBatchNormInference() function
94 Status HandleBatchNormInference(
259 virtual Status HandleBatchNormInference(HloInstructionPtr hlo) = 0;
401 Status HloCostAnalysis::HandleBatchNormInference(const HloInstruction*) { in HandleBatchNormInference() function in xla::HloCostAnalysis
731 Status ShapeVerifier::HandleBatchNormInference( in HandleBatchNormInference() function in xla::ShapeVerifier
2488 return visitor->HandleBatchNormInference(this); in Visit()