Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.cc274 auto memory_or = in Allocate() local
276 if (memory_or.status().code() == error::RESOURCE_EXHAUSTED) { in Allocate()
290 memory_or = allocator->Allocate(device_ordinal, size, in Allocate()
299 return memory_or; in Allocate()