Home
last modified time | relevance | path

Searched refs:IsValueAllowedInAlternateMemory (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_utils.cc23 bool MemorySpaceAssignmentUtils::IsValueAllowedInAlternateMemory( in IsValueAllowedInAlternateMemory() function in xla::MemorySpaceAssignmentUtils
111 return IsValueAllowedInAlternateMemory(interval.buffer) && in IsIntervalAllowedInAlternateMemory()
112 absl::c_all_of(interval.colocations, IsValueAllowedInAlternateMemory); in IsIntervalAllowedInAlternateMemory()
Dmemory_space_assignment_utils.h33 static bool IsValueAllowedInAlternateMemory(const HloValue* value);