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

Function StaticLazyAxis

tensorpack/models/shape_utils.py:29–30  ·  view source on GitHub ↗
(dim)

Source from the content-addressed store, hash-verified

27
28
29def StaticLazyAxis(dim):
30 return lambda: dim
31
32
33class StaticDynamicShape(object):

Callers 2

__init__Method · 0.85
applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected