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

Method state

tensorflow/python/ops/stateful_random_ops.py:345–347  ·  view source on GitHub ↗

The internal state of the RNG.

(self)

Source from the content-addressed store, hash-verified

343
344 @property
345 def state(self):
346 """The internal state of the RNG."""
347 return self._state_var
348
349 @property
350 def algorithm(self):

Callers 5

static_state_saving_rnnFunction · 0.45
static_state_saving_rnnFunction · 0.45
static_state_saving_rnnFunction · 0.45
static_state_saving_rnnFunction · 0.45
static_state_saving_rnnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected