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

Method set_regularizer

tensorflow/python/ops/variable_scope.py:1419–1421  ·  view source on GitHub ↗

Set regularizer for this scope.

(self, regularizer)

Source from the content-addressed store, hash-verified

1417 self._use_resource = use_resource
1418
1419 def set_regularizer(self, regularizer):
1420 """Set regularizer for this scope."""
1421 self._regularizer = regularizer
1422
1423 def set_caching_device(self, caching_device):
1424 """Set caching_device for this scope."""

Callers 3

__init__Method · 0.95
__enter__Method · 0.95

Calls

no outgoing calls

Tested by 1