Searched refs:HloDomainInstruction (Results 1 – 3 of 3) sorted by relevance
3018 HloDomainInstruction::HloDomainInstruction( in HloDomainInstruction() function in xla::HloDomainInstruction3028 std::vector<string> HloDomainInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()3038 bool HloDomainInstruction::IdenticalSlowPath( in IdenticalSlowPath()3042 const auto& casted_other = static_cast<const HloDomainInstruction&>(other); in IdenticalSlowPath()3048 std::unique_ptr<HloInstruction> HloDomainInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()3052 return absl::make_unique<HloDomainInstruction>( in CloneWithNewOperandsImpl()3057 HloInstructionProto HloDomainInstruction::ToProto() const { in ToProto()
1817 class HloDomainInstruction : public HloInstruction {1819 explicit HloDomainInstruction(
726 instruction = absl::make_unique<HloDomainInstruction>( in CreateFromProto()1639 return absl::make_unique<HloDomainInstruction>( in CreateDomain()4254 return Cast<HloDomainInstruction>(this)->operand_side_metadata(); in operand_side_metadata()4258 return Cast<HloDomainInstruction>(this)->user_side_metadata(); in user_side_metadata()