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

Method variables

tensorflow/python/ops/variable_scope.py:1888–1889  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1886 return with_variable_store(self._store)
1887
1888 def variables(self):
1889 return sorted(self._store._vars.values(), key=lambda x: x.name) # pylint: disable=protected-access
1890
1891 def trainable_variables(self):
1892 # pylint: disable=protected-access

Callers 2

testEagerExecutionMethod · 0.95

Calls 1

valuesMethod · 0.45

Tested by 2

testEagerExecutionMethod · 0.76