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

Function DorefaDenseLayer

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

Source from the content-addressed store, hash-verified

78
79
80def DorefaDenseLayer(*args, **kwargs):
81 raise NonExistingLayerError("DorefaDenseLayer(net, name='a') --> DorefaDense(name='a')(net)" + __log__)
82
83
84# dense/dropconnect.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…