Searched refs:hlo_use (Results 1 – 2 of 2) sorted by relevance
730 absl::StrAppend(&out, " ", use.hlo_use.ToString(), "\n"); in ToString()831 VLOG(3) << "Adding aliasing for use " << use->hlo_use.ToString() << " to " in FindAliases()841 maybe_add_alias_with_instruction(use.hlo_use.instruction, &use); in FindAliases()845 use.hlo_use.instruction->called_computations()) { in FindAliases()854 if (use.hlo_use.instruction->opcode() == HloOpcode::kWhile) { in FindAliases()856 use.hlo_use.instruction->while_body()->root_instruction(), in FindAliases()857 use.hlo_use.operand_index}; in FindAliases()859 << use.hlo_use.ToString() << " to " << root_alias; in FindAliases()950 if (other_use.hlo_use.instruction != use.instruction) { in IsUseAllowedInAlternateMemory()955 other_use.hlo_use.operand_number - 1); in IsUseAllowedInAlternateMemory()[all …]
732 HloUse hlo_use; member740 return hlo_use == other.hlo_use && time == other.time &&746 return H::combine(std::move(h), s.hlo_use, s.time, s.aliases); in AbslHashValue()