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

Function TernaryDenseLayer

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

Source from the content-addressed store, hash-verified

108
109
110def TernaryDenseLayer(*args, **kwargs):
111 raise NonExistingLayerError("TernaryDenseLayer(net, name='a') --> TernaryDense(name='a')(net)" + __log__)
112
113
114# dropout.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…