(*args, **kwargs)
| 88 | |
| 89 | |
| 90 | def DropconnectDenseLayer(*args, **kwargs): |
| 91 | raise NonExistingLayerError("DropconnectDenseLayer(net, name='a') --> DropconnectDense(name='a')(net)" + __log__) |
| 92 | |
| 93 | |
| 94 | # dense/quan_dense_bn.py |
nothing calls this directly
no test coverage detected
searching dependent graphs…