Searched defs:call_with_mapped_captures (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/ |
H A D | save_util_v1.py | 97 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 D | functional_saver.py | 141 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 D | graph_view.py | 164 call_with_mapped_captures=None): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/saving/ |
H A D | saveable_object_util.py | 520 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 D | save.py | 826 def call_with_mapped_captures(function, args): function
|