Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2580 HloDomainInstruction::HloDomainInstruction( in HloDomainInstruction() function in xla::HloDomainInstruction
2590 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()
Dhlo_instructions.h1509 class HloDomainInstruction : public HloInstruction {
1511 explicit HloDomainInstruction(
Dhlo_instruction.cc581 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()