Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/tracking/
Dgraph_view.py233 object_map, call_with_mapped_captures): argument
280 call_with_mapped_captures)
360 call_with_mapped_captures=None): argument
383 call_with_mapped_captures=call_with_mapped_captures))
412 call_with_mapped_captures=None): argument
424 call_with_mapped_captures)
/external/tensorflow/tensorflow/python/training/saving/
Dsaveable_object_util.py475 def create_saveable_object(factory, name, call_with_mapped_captures): argument
491 if (call_with_mapped_captures is None or
497 return call_with_mapped_captures(concrete_save_fn, [name])
501 return call_with_mapped_captures(concrete_restore_fn, restored_tensors)
/external/tensorflow/tensorflow/python/saved_model/
Dsave.py697 call_with_mapped_captures=functools.partial(