(*args, **kwargs)
| 39 | |
| 40 | |
| 41 | def AtrousConv1dLayer(*args, **kwargs): |
| 42 | raise NonExistingLayerError("use `tl.layers.Conv1d` with dilation instead" + __log__) |
| 43 | |
| 44 | |
| 45 | def AtrousConv2dLayer(*args, **kwargs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…