(*args, **kwargs)
| 108 | |
| 109 | |
| 110 | def TernaryDenseLayer(*args, **kwargs): |
| 111 | raise NonExistingLayerError("TernaryDenseLayer(net, name='a') --> TernaryDense(name='a')(net)" + __log__) |
| 112 | |
| 113 | |
| 114 | # dropout.py |
nothing calls this directly
no test coverage detected
searching dependent graphs…