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

Method reuse_variables

tensorflow/python/ops/variable_scope.py:1400–1402  ·  view source on GitHub ↗

Reuse variables in this scope.

(self)

Source from the content-addressed store, hash-verified

1398 return self._constraint
1399
1400 def reuse_variables(self):
1401 """Reuse variables in this scope."""
1402 self._reuse = True
1403
1404 def set_initializer(self, initializer):
1405 """Set initializer for this scope."""

Callers 15

static_rnnFunction · 0.80
static_rnnFunction · 0.80
static_rnnFunction · 0.80
static_rnnFunction · 0.80
testGrid1LSTMCellMethod · 0.80
_propagateFunction · 0.80
testConv2DSameEvenMethod · 0.80
testConv2DSameOddMethod · 0.80

Calls

no outgoing calls