Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.h112 void DeleteXrtAllocation(XrtAllocation* allocation);
Dxrt.i117 %unignore xla::swig::DeleteXrtAllocation;
Dxrt.cc250 void DeleteXrtAllocation(XrtAllocation* allocation) { delete allocation; } in DeleteXrtAllocation() function
Dxla_client.py163 self._delete_buffer = xrt_api.DeleteXrtAllocation