(*args, **kwargs)
| 19 | |
| 20 | |
| 21 | def PReluLayer(*args, **kwargs): |
| 22 | raise NonExistingLayerError("PReluLayer(net, name='a') --> PRelu(name='a')(net))" + __log__) |
| 23 | |
| 24 | |
| 25 | def PRelu6Layer(*args, **kwargs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…