Home
last modified time | relevance | path

Searched refs:CreateBatchNormTraining (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc71 builder.AddInstruction(HloInstruction::CreateBatchNormTraining( in TEST_F()
Dhlo_instruction.h637 static std::unique_ptr<HloInstruction> CreateBatchNormTraining(
Dhlo_instruction.cc147 CreateBatchNormTraining(shape, operands(0), operands(1), operands(2), in CreateFromProto()
1062 HloInstruction::CreateBatchNormTraining(const Shape& shape, in CreateBatchNormTraining() function in xla::HloInstruction
Dhlo_parser.cc1325 builder->AddInstruction(HloInstruction::CreateBatchNormTraining( in ParseInstructionRhs()