Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ trainable_variables
Method
trainable_variables
tensorflow/python/keras/engine/base_layer.py:1738–1739 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1736
1737
@property
1738
def
trainable_variables(self):
1739
return
self.trainable_weights
1740
1741
@property
1742
def
non_trainable_variables(self):
Callers
12
testEagerVariableStore
Method · 0.45
testGetTrainableVariablesWithGetVariable
Method · 0.45
testGetTrainableVariablesWithVariable
Method · 0.45
testGetterThatCreatesTwoVariablesAndSumsThem
Method · 0.45
testNestedCustomGetters
Method · 0.45
testMap_Scoped
Method · 0.45
testCollections
Method · 0.45
testCollectionsWithScope
Method · 0.45
testFoldl_Scoped
Method · 0.45
testFoldr_Scoped
Method · 0.45
testScan_Scoped
Method · 0.45
_testRawRNN
Method · 0.45
Calls
no outgoing calls
Tested by
12
testEagerVariableStore
Method · 0.36
testGetTrainableVariablesWithGetVariable
Method · 0.36
testGetTrainableVariablesWithVariable
Method · 0.36
testGetterThatCreatesTwoVariablesAndSumsThem
Method · 0.36
testNestedCustomGetters
Method · 0.36
testMap_Scoped
Method · 0.36
testCollections
Method · 0.36
testCollectionsWithScope
Method · 0.36
testFoldl_Scoped
Method · 0.36
testFoldr_Scoped
Method · 0.36
testScan_Scoped
Method · 0.36
_testRawRNN
Method · 0.36