Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_utils.py380 var = _collect_partitioned_variable(current_var_or_name, store_vars)
441 var = _collect_partitioned_variable(var_name, store_vars)
534 def _collect_partitioned_variable(name, all_vars): function