MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / AtrousConv1dLayer

Function AtrousConv1dLayer

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

Source from the content-addressed store, hash-verified

39
40
41def AtrousConv1dLayer(*args, **kwargs):
42 raise NonExistingLayerError("use `tl.layers.Conv1d` with dilation instead" + __log__)
43
44
45def AtrousConv2dLayer(*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…