MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / all

Method all

tensorpack/models/utils.py:32–37  ·  view source on GitHub ↗

Returns: list of all variables

(self)

Source from the content-addressed store, hash-verified

30 return self._vars[name]
31
32 def all(self):
33 """
34 Returns:
35 list of all variables
36 """
37 return list(six.itervalues(self._vars))
38
39
40try:

Callers 2

test_FixedUnPoolingMethod · 0.80
cbMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_FixedUnPoolingMethod · 0.64