Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander_test.cc113 builder.AddInstruction(HloInstruction::CreateBatchNormGrad( in TEST_F()
H A Dhlo_instruction.h972 static std::unique_ptr<HloInstruction> CreateBatchNormGrad(
H A Dhlo_instruction.cc179 instruction = CreateBatchNormGrad(shape, operands(0), operands(1), in CreateFromProto()
1641 HloInstruction::CreateBatchNormGrad(const Shape& shape, HloInstruction* operand, in CreateBatchNormGrad() function in xla::HloInstruction
H A Dhlo_parser.cc2399 return builder->AddInstruction(HloInstruction::CreateBatchNormGrad( in CreateInstruction()