Home
last modified time | relevance | path

Searched defs:call_with_mapped_captures (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/checkpoint/
Dsave_util_v1.py97 call_with_mapped_captures, saveables_cache): argument
136 call_with_mapped_captures, saveables_cache): argument
250 call_with_mapped_captures=None, argument
293 call_with_mapped_captures=None, argument
Dfunctional_saver.py141 def _get_mapped_registered_save_fn(fn, trackables, call_with_mapped_captures): argument
160 call_with_mapped_captures): argument
189 call_with_mapped_captures=None): argument
Dgraph_view.py164 call_with_mapped_captures=None): argument
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py520 def create_saveable_object(name, key, factory, call_with_mapped_captures): argument
577 def create_saveable(name="", call_with_mapped_captures=None): argument
588 def __init__(self, obj, name, call_with_mapped_captures=None): argument
/external/tensorflow/tensorflow/python/saved_model/
Dsave.py826 def call_with_mapped_captures(function, args): function