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() { allocation_ = se::DeviceMemoryBase(); } in DiscardAllocation() function
206 void DiscardAllocation(const xla::ShapeIndex& buffer_index);
Dxrt_state.cc343 void XRTTupleAllocation::DiscardAllocation( in DiscardAllocation() function in tensorflow::XRTTupleAllocation
345 buffers_.element(buffer_index)->DiscardAllocation(); in DiscardAllocation()
643 dest_buffer->DiscardAllocation(); in AliasBufferFrom()