MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / name

Method name

tensorpack/tfutils/tower.py:60–64  ·  view source on GitHub ↗

str: The name scope of the tower.

(self)

Source from the content-addressed store, hash-verified

58
59 @property
60 def name(self):
61 """
62 str: The name scope of the tower.
63 """
64 return self._name
65
66 @property
67 def vs_name(self):

Callers 1

collect_env_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected