Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc2036 Result allocation_result = Result::kSuccess; in AllocateSegment() local
2041 allocation_result = AllocateInAlternateMemoryNoCopy(request); in AllocateSegment()
2042 if (allocation_result == Result::kSuccess) { in AllocateSegment()
2096 result_mark(prefetch_result, allocation_result); in AllocateSegment()
2101 return result_mark(Result::kFailRequiresUncommit, allocation_result); in AllocateSegment()
2108 return allocation_result; in AllocateSegment()