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

Method set_partitioner

tensorflow/python/ops/variable_scope.py:1430–1432  ·  view source on GitHub ↗

Set partitioner for this scope.

(self, partitioner)

Source from the content-addressed store, hash-verified

1428 self._caching_device = caching_device
1429
1430 def set_partitioner(self, partitioner):
1431 """Set partitioner for this scope."""
1432 self._partitioner = partitioner
1433
1434 def set_custom_getter(self, custom_getter):
1435 """Set custom getter for this scope."""

Callers 12

__init__Method · 0.95
__enter__Method · 0.95
LastValueQuantizeFunction · 0.80
MovingAvgQuantizeFunction · 0.80
_fused_batch_normFunction · 0.80
batch_normFunction · 0.80
__init__Method · 0.80
_linearFunction · 0.80
_linearMethod · 0.80
_linearMethod · 0.80
_create_slot_varFunction · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected