Home
last modified time | relevance | path

Searched refs:HloBatchNormTrainingInstruction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc105 HloBatchNormTrainingInstruction::HloBatchNormTrainingInstruction( in HloBatchNormTrainingInstruction() function in xla::HloBatchNormTrainingInstruction
114 HloBatchNormTrainingInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
118 return absl::make_unique<HloBatchNormTrainingInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h59 class HloBatchNormTrainingInstruction : public HloBatchNormInstruction {
61 explicit HloBatchNormTrainingInstruction(const Shape& shape,
Dhlo_instruction.cc1067 return absl::make_unique<HloBatchNormTrainingInstruction>( in CreateBatchNormTraining()