Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc76 HloBatchNormInstruction::HloBatchNormInstruction( in HloBatchNormInstruction() function in xla::HloBatchNormInstruction
86 bool HloBatchNormInstruction::IdenticalSlowPath( in IdenticalSlowPath()
90 const auto& casted_other = static_cast<const HloBatchNormInstruction&>(other); in IdenticalSlowPath()
95 HloInstructionProto HloBatchNormInstruction::ToProto() const { in ToProto()
102 std::vector<string> HloBatchNormInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()
111 : HloBatchNormInstruction(HloOpcode::kBatchNormTraining, shape, operand, in HloBatchNormTrainingInstruction()
130 : HloBatchNormInstruction(HloOpcode::kBatchNormInference, shape, operand, in HloBatchNormInferenceInstruction()
151 : HloBatchNormInstruction(HloOpcode::kBatchNormGrad, shape, operand, scale, in HloBatchNormGradInstruction()
Dhlo_instructions.h28 class HloBatchNormInstruction : public HloInstruction {
42 explicit HloBatchNormInstruction(HloOpcode opcode, const Shape& shape,
61 class HloBatchNormTrainingInstruction : public HloBatchNormInstruction {
76 class HloBatchNormInferenceInstruction : public HloBatchNormInstruction {
90 class HloBatchNormGradInstruction : public HloBatchNormInstruction {
Dhlo_instruction.cc3895 return Cast<HloBatchNormInstruction>(this)->feature_index(); in feature_index()
3899 return Cast<HloBatchNormInstruction>(this)->epsilon(); in epsilon()