Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ variables
Method
variables
tensorflow/python/ops/template.py:527–528 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
525
]
526
527
def
variables(self):
528
return
self._variables_in_scope(self._eager_variable_store.variables())
529
530
def
trainable_variables(self):
531
return
self._variables_in_scope(
Callers
nothing calls this directly
Calls
2
_variables_in_scope
Method · 0.95
variables
Method · 0.45
Tested by
no test coverage detected