Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
60
def
DenseLayer(*args, **kwargs):
61
raise
NonExistingLayerError(
"DenseLayer(net, name='a') --> Dense(name='a')(net)"
+ __log__)
62
63
64
# dense/binary_dense.py
Callers
1
model
Function · 0.90
Calls
1
NonExistingLayerError
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…