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

Function AtrousDeConv2dLayer

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

Source from the content-addressed store, hash-verified

47
48
49def AtrousDeConv2dLayer(*args, **kwargs):
50 # raise NonExistingLayerError("AtrousDeConv2dLayer(net, name='a') --> AtrousDeConv2d(name='a')(net)")
51 raise NonExistingLayerError("use `tl.layers.DeConv2d` with dilation instead" + __log__)
52
53
54# dense/base_dense.py

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…