(*args, **kwargs)
| 27 | |
| 28 | |
| 29 | def PTRelu6Layer(*args, **kwargs): |
| 30 | raise NonExistingLayerError("PTRelu6Layer(net, name='a') --> PTRelu(name='a')(net))" + __log__) |
| 31 | |
| 32 | |
| 33 | # convolution/atrous_conv.py |
nothing calls this directly
no test coverage detected
searching dependent graphs…