Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc1730 HloReducePrecisionInstruction::HloReducePrecisionInstruction( in HloReducePrecisionInstruction() function in xla::HloReducePrecisionInstruction
1739 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()
Dhlo_instructions.h932 class HloReducePrecisionInstruction : public HloInstruction {
934 explicit HloReducePrecisionInstruction(const Shape& shape,
Dhlo_instruction.cc828 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()