Home
last modified time | relevance | path

Searched refs:HandleBatchNormInference (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_rewriter.cc41 Status HandleBatchNormInference(HloInstruction* batch_norm) override;
69 Status Visitor::HandleBatchNormInference(HloInstruction* batch_norm) { in HandleBatchNormInference() function in xla::gpu::__anon8335950a0111::Visitor
Dir_emitter.h97 Status HandleBatchNormInference(HloInstruction* batch_norm) override;
Dir_emitter.cc612 Status IrEmitter::HandleBatchNormInference(HloInstruction*) { in HandleBatchNormInference() function in xla::gpu::IrEmitter
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander.cc53 Status HandleBatchNormInference(HloInstruction* batch_norm) override;
293 Status BatchNormExpanderVisitor::HandleBatchNormInference( in HandleBatchNormInference() function in xla::BatchNormExpanderVisitor
Dhlo_cost_analysis.h98 Status HandleBatchNormInference(
Dhlo_evaluator.h274 Status HandleBatchNormInference( in HandleBatchNormInference() function
Ddfs_hlo_visitor_with_default.h66 Status HandleBatchNormInference(HloInstructionPtr hlo) override { in HandleBatchNormInference() function
Dhlo_verifier.h105 Status HandleBatchNormInference(
Ddfs_hlo_visitor.h279 virtual Status HandleBatchNormInference(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc525 Status HloCostAnalysis::HandleBatchNormInference(const HloInstruction*) { in HandleBatchNormInference() function in xla::HloCostAnalysis
Dhlo_verifier.cc1047 Status ShapeVerifier::HandleBatchNormInference( in HandleBatchNormInference() function in xla::ShapeVerifier
Dhlo_instruction.cc3067 return visitor->HandleBatchNormInference(this); in Visit()