Home
last modified time | relevance | path

Searched refs:enter_domains (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_map.cc68 domain->enter_domains.insert(operand); in TryProcessEmptyDomain()
75 domain->enter_domains.insert(instruction); in TryProcessEmptyDomain()
118 if (!domain->enter_domains.empty()) { in PopulateDomainMetadataMap()
119 const HloInstruction* domain_instruction = *domain->enter_domains.begin(); in PopulateDomainMetadataMap()
174 domain->enter_domains.insert(operand); in ExpandDomain()
Dhlo_domain_metadata.h58 absl::flat_hash_set<HloInstruction*> enter_domains; member
Dhlo_domain_verifier.cc97 for (HloInstruction* instruction : domain.enter_domains) { in VerifyDomain()
Dhlo_sharding_metadata.cc97 for (HloInstruction* instruction : domain.enter_domains) { in LocatePassThroughDomainLinks()