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

Method _name_scope

tensorflow/python/keras/engine/base_layer.py:1854–1855  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1852 self._dtype_policy = policy.Policy(value)
1853
1854 def _name_scope(self):
1855 return self.name
1856
1857 def _init_set_name(self, name, zero_based=True):
1858 if not name:

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected