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

Function DenseLayer

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

Source from the content-addressed store, hash-verified

58
59
60def DenseLayer(*args, **kwargs):
61 raise NonExistingLayerError("DenseLayer(net, name='a') --> Dense(name='a')(net)" + __log__)
62
63
64# dense/binary_dense.py

Callers 1

modelFunction · 0.90

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…