MCPcopy
hub / github.com/tensorlayer/TensorLayer / AtrousConv2dLayer

Function AtrousConv2dLayer

tensorlayer/layers/deprecated.py:45–46  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

43
44
45def AtrousConv2dLayer(*args, **kwargs):
46 raise NonExistingLayerError("use `tl.layers.Conv2d` with dilation instead" + __log__)
47
48
49def AtrousDeConv2dLayer(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…