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

Method get_static

tensorpack/models/shape_utils.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.dynamic[axis] = lambda: f(dyn())
60
61 def get_static(self):
62 return self.static
63
64 @property
65 def ndims(self):

Callers 2

FixedUnPoolingFunction · 0.95
shape_utils.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected