(*args, **kwargs)
| 78 | |
| 79 | |
| 80 | def DorefaDenseLayer(*args, **kwargs): |
| 81 | raise NonExistingLayerError("DorefaDenseLayer(net, name='a') --> DorefaDense(name='a')(net)" + __log__) |
| 82 | |
| 83 | |
| 84 | # dense/dropconnect.py |
nothing calls this directly
no test coverage detected
searching dependent graphs…