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

Function DynamicLazyAxis

tensorpack/models/shape_utils.py:25–26  ·  view source on GitHub ↗
(shape, idx)

Source from the content-addressed store, hash-verified

23
24
25def DynamicLazyAxis(shape, idx):
26 return lambda: shape[idx]
27
28
29def StaticLazyAxis(dim):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected