Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.cc122 auto swap_result_or = it->tuple->SwapOut(backend, /*swap_pinned=*/true); in CompactAllocations() local
123 if (!swap_result_or.ok()) { in CompactAllocations()
124 status = swap_result_or.status(); in CompactAllocations()
127 if (swap_result_or.ValueOrDie()) { in CompactAllocations()
134 auto swap_result_or = it->tuple->SwapIn(memory_manager, backend); in CompactAllocations() local
135 if (!swap_result_or.ok()) { in CompactAllocations()
141 status = swap_result_or.status(); in CompactAllocations()