Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dtracking.py192 def __init__(self, destroy_resource_fn=None): argument
193 if destroy_resource_fn:
194 self._destroy_resource = destroy_resource_fn
/external/tensorflow/tensorflow/python/saved_model/
Dload.py653 def _destroy_resource(self, destroy_resource_fn): argument
655 destroy_resource_fn)
656 self._destroy_resource_fn = destroy_resource_fn