Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc1315 bool allow_no_copy_alternate_mem_allocation = true; in AllocateAllocationValues() local
1391 allow_no_copy_alternate_mem_allocation = false; in AllocateAllocationValues()
1416 request.allow_no_copy_alternate_mem_allocation = in AllocateAllocationValues()
1417 allow_no_copy_alternate_mem_allocation; in AllocateAllocationValues()
2040 request.allow_no_copy_alternate_mem_allocation) { in AllocateSegment()
Dmemory_space_assignment.h1043 bool allow_no_copy_alternate_mem_allocation; member