Searched refs:HloDomainInstruction (Results 1 – 3 of 3) sorted by relevance
2580 HloDomainInstruction::HloDomainInstruction( in HloDomainInstruction() function in xla::HloDomainInstruction2590 std::vector<string> HloDomainInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()2600 bool HloDomainInstruction::IdenticalSlowPath( in IdenticalSlowPath()2604 const auto& casted_other = static_cast<const HloDomainInstruction&>(other); in IdenticalSlowPath()2610 std::unique_ptr<HloInstruction> HloDomainInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()2614 return absl::make_unique<HloDomainInstruction>( in CloneWithNewOperandsImpl()2619 HloInstructionProto HloDomainInstruction::ToProto() const { in ToProto()
1509 class HloDomainInstruction : public HloInstruction {1511 explicit HloDomainInstruction(
581 instruction = absl::make_unique<HloDomainInstruction>( in CreateFromProto()1328 return absl::make_unique<HloDomainInstruction>( in CreateDomain()3534 return Cast<HloDomainInstruction>(this)->operand_side_metadata(); in operand_side_metadata()3538 return Cast<HloDomainInstruction>(this)->user_side_metadata(); in user_side_metadata()