Searched refs:IsValueAllowedInAlternateMemory (Results 1 – 2 of 2) sorted by relevance
23 bool MemorySpaceAssignmentUtils::IsValueAllowedInAlternateMemory( in IsValueAllowedInAlternateMemory() function in xla::MemorySpaceAssignmentUtils111 return IsValueAllowedInAlternateMemory(interval.buffer) && in IsIntervalAllowedInAlternateMemory()112 absl::c_all_of(interval.colocations, IsValueAllowedInAlternateMemory); in IsIntervalAllowedInAlternateMemory()
33 static bool IsValueAllowedInAlternateMemory(const HloValue* value);