Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariable_scope.py1449 def variable_scope_count(self, scope_name): member in _VariableScopeStore
2131 if var_scope_store.variable_scope_count(name) == 0:
2134 while var_scope_store.variable_scope_count(name + ("_%d" % idx)) > 0: