Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/saved_model/
Dsave.py219 self._add_function_to_graph(function)
230 self._add_function_to_graph(save_fn)
231 self._add_function_to_graph(restore_fn)
242 def _add_function_to_graph(self, function): member in _SaveableView