(*args, **kwargs)
| 43 | |
| 44 | |
| 45 | def AtrousConv2dLayer(*args, **kwargs): |
| 46 | raise NonExistingLayerError("use `tl.layers.Conv2d` with dilation instead" + __log__) |
| 47 | |
| 48 | |
| 49 | def AtrousDeConv2dLayer(*args, **kwargs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…