Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py194 self._destroy_resource = destroy_resource_fn
199 self._destroy_resource = None
202 if self._destroy_resource:
203 return self._destroy_resource()
206 if self._destroy_resource:
208 self._destroy_resource()
/external/tensorflow/tensorflow/python/saved_model/
Dload.py649 def _destroy_resource(self): member in _RestoredResource
652 @_destroy_resource.setter
653 def _destroy_resource(self, destroy_resource_fn): member in _RestoredResource
666 if self._destroy_resource:
667 functions.update(_destroy_resource=self._destroy_resource)