Searched refs:_collect_partitioned_variable (Results 1 – 2 of 2) sorted by relevance
141 def _collect_partitioned_variable(name, var_scope): function237 var = _collect_partitioned_variable(current_var_or_name, var_scope)296 var = _collect_partitioned_variable(var_name, var_scope)
215 var = _collect_partitioned_variable(current_var_or_name, store_vars)276 var = _collect_partitioned_variable(var_name, store_vars)366 def _collect_partitioned_variable(name, all_vars): function