Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.cc101 Status CompactAllocations(XRTMemoryManager* memory_manager, in CompactAllocations() function in tensorflow::XRTMemoryManager::DeviceContext
249 Status XRTMemoryManager::CompactAllocations(xla::Backend* backend, in CompactAllocations() function in tensorflow::XRTMemoryManager
254 ? device_context->CompactAllocations(this, backend) in CompactAllocations()
354 if (device_context->CompactAllocations(this, mrctx->backend).ok()) { in TryFreeMemoryStep()
Dxrt_memory_manager.h98 Status CompactAllocations(xla::Backend* backend, int device_ordinal);
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h737 OP_REQUIRES_OK(ctx, memory_manager->CompactAllocations( in Compute()