Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A 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
H A 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
H A Dgraph_view.py164 call_with_mapped_captures=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/training/saving/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dsave.py826 def call_with_mapped_captures(function, args): function