(*args, **kwargs)
| 23 | |
| 24 | |
| 25 | def PRelu6Layer(*args, **kwargs): |
| 26 | raise NonExistingLayerError("PRelu6Layer(net, name='a') --> PRelu6(name='a')(net))" + __log__) |
| 27 | |
| 28 | |
| 29 | def PTRelu6Layer(*args, **kwargs): |
nothing calls this directly
no test coverage detected
searching dependent graphs…