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.cc270 auto memory_or = in Allocate() local
272 if (memory_or.status().code() == error::RESOURCE_EXHAUSTED) { in Allocate()
286 memory_or = allocator->Allocate(device_ordinal, size, in Allocate()
295 return memory_or; in Allocate()