(*args, **kwargs)
| 47 | |
| 48 | |
| 49 | def 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…