MCPcopy 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.pyFile · 0.45
train.pyFile · 0.45
train.pyFile · 0.45
train.pyFile · 0.45
TestFunction · 0.45
setUpMethod · 0.45
testDiagGradMethod · 0.45
testDiagPartGradMethod · 0.45
testGradientMethod · 0.45
testHigherRankMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestFunction · 0.36
setUpMethod · 0.36
testDiagGradMethod · 0.36
testDiagPartGradMethod · 0.36
testGradientMethod · 0.36
testHigherRankMethod · 0.36
testGradGradMethod · 0.36
TestFunction · 0.36