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

Method set_custom_getter

tensorflow/python/ops/variable_scope.py:1434–1436  ·  view source on GitHub ↗

Set custom getter for this scope.

(self, custom_getter)

Source from the content-addressed store, hash-verified

1432 self._partitioner = partitioner
1433
1434 def set_custom_getter(self, custom_getter):
1435 """Set custom getter for this scope."""
1436 self._custom_getter = custom_getter
1437
1438 def get_collection(self, name):
1439 """Get this scope's variables."""

Callers 5

__init__Method · 0.95
__enter__Method · 0.95
wrapped_computationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected