MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / DropconnectDenseLayer

Function DropconnectDenseLayer

tensorlayer/layers/deprecated.py:90–91  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

88
89
90def DropconnectDenseLayer(*args, **kwargs):
91 raise NonExistingLayerError("DropconnectDenseLayer(net, name='a') --> DropconnectDense(name='a')(net)" + __log__)
92
93
94# dense/quan_dense_bn.py

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…