Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.h60 void DiscardAllocation();
173 void DiscardAllocation(const xla::ShapeIndex& buffer_index);
Dxrt_state.cc162 void XRTBufferAllocation::DiscardAllocation() { in DiscardAllocation() function in tensorflow::XRTBufferAllocation
255 void XRTTupleAllocation::DiscardAllocation( in DiscardAllocation() function in tensorflow::XRTTupleAllocation
257 buffers_.element(buffer_index)->DiscardAllocation(); in DiscardAllocation()
550 DiscardAllocation(buffer.first); in ToDeviceMemoryTree()