Searched refs:HloReducePrecisionInstruction (Results 1 – 3 of 3) sorted by relevance
1730 HloReducePrecisionInstruction::HloReducePrecisionInstruction( in HloReducePrecisionInstruction() function in xla::HloReducePrecisionInstruction1739 HloInstructionProto HloReducePrecisionInstruction::ToProto() const { in ToProto()1746 std::vector<string> HloReducePrecisionInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()1752 bool HloReducePrecisionInstruction::IdenticalSlowPath( in IdenticalSlowPath()1757 static_cast<const HloReducePrecisionInstruction&>(other); in IdenticalSlowPath()1764 HloReducePrecisionInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()1768 return absl::make_unique<HloReducePrecisionInstruction>( in CloneWithNewOperandsImpl()
932 class HloReducePrecisionInstruction : public HloInstruction {934 explicit HloReducePrecisionInstruction(const Shape& shape,
828 return absl::make_unique<HloReducePrecisionInstruction>( in CreateReducePrecision()3389 return Cast<HloReducePrecisionInstruction>(this)->exponent_bits(); in exponent_bits()3393 return Cast<HloReducePrecisionInstruction>(this)->mantissa_bits(); in mantissa_bits()