Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ seed
Method
seed
tensorflow/python/framework/ops.py:3072–3074 ·
view source on GitHub ↗
The graph-level random seed of this graph.
(self)
Source
from the content-addressed store, hash-verified
3070
3071
@property
3072
def
seed(self):
3073
""
"The graph-level random seed of this graph."
""
3074
return
self._seed
3075
3076
@seed.setter
3077
def
seed(self, seed):
Callers
15
train.py
File · 0.45
train.py
File · 0.45
train.py
File · 0.45
train.py
File · 0.45
_TestRandomGraphWithDevices
Method · 0.45
Test
Function · 0.45
setUp
Method · 0.45
testDiagGrad
Method · 0.45
testDiagPartGrad
Method · 0.45
testConv3DTransposeShapeMismatch
Method · 0.45
testGradient
Method · 0.45
testHigherRank
Method · 0.45
Calls
no outgoing calls
Tested by
15
_TestRandomGraphWithDevices
Method · 0.36
Test
Function · 0.36
setUp
Method · 0.36
testDiagGrad
Method · 0.36
testDiagPartGrad
Method · 0.36
testConv3DTransposeShapeMismatch
Method · 0.36
testGradient
Method · 0.36
testHigherRank
Method · 0.36
testGradGrad
Method · 0.36
testRandomSmallAndLargeComplex64
Method · 0.36
testRandomSmallAndLargeComplex128
Method · 0.36
Test
Function · 0.36