Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander_test.cc114 builder.AddInstruction(HloInstruction::CreateBatchNormGrad( in TEST_F()
Dhlo_instruction.h648 static std::unique_ptr<HloInstruction> CreateBatchNormGrad(
Dhlo_instruction.cc156 instruction = CreateBatchNormGrad(shape, operands(0), operands(1), in CreateFromProto()
1081 HloInstruction::CreateBatchNormGrad(const Shape& shape, HloInstruction* operand, in CreateBatchNormGrad() function in xla::HloInstruction
Dhlo_parser.cc1357 instruction = builder->AddInstruction(HloInstruction::CreateBatchNormGrad( in ParseInstructionRhs()