MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / get_collection

Method get_collection

tensorflow/python/ops/variable_scope.py:1438–1441  ·  view source on GitHub ↗

Get this scope's variables.

(self, name)

Source from the content-addressed store, hash-verified

1436 self._custom_getter = custom_getter
1437
1438 def get_collection(self, name):
1439 """Get this scope's variables."""
1440 scope = self._name + "/" if self._name else ""
1441 return ops.get_collection(name, scope)
1442
1443 def trainable_variables(self):
1444 """Get this scope's trainable variables."""

Callers 15

trainable_variablesMethod · 0.95
global_variablesMethod · 0.95
local_variablesMethod · 0.95
shared_resourcesFunction · 0.45
local_resourcesFunction · 0.45
all_v2_summary_opsFunction · 0.45
runTestAdagradMethod · 0.45
get_variable_by_nameFunction · 0.45
BuildCondBranchMethod · 0.45

Calls

no outgoing calls