MCPcopy
hub / github.com/tensorlayer/TensorLayer / BinaryDenseLayer

Function BinaryDenseLayer

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

Source from the content-addressed store, hash-verified

68
69
70def BinaryDenseLayer(*args, **kwargs):
71 raise NonExistingLayerError("BinaryDenseLayer(net, name='a') --> BinaryDense(name='a')(net)" + __log__)
72
73
74# dense/dorefa_dense.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…