MCPcopy Create free account
hub / github.com/alibaba/nann / Dense

Class Dense

tensorflow/tensorflow/python/layers/core.py:33–110  ·  view source on GitHub ↗

Densely-connected layer class. This layer implements the operation: `outputs = activation(inputs * kernel + bias)` Where `activation` is the activation function passed as the `activation` argument (if not `None`), `kernel` is a weights matrix created by the layer, and `bias` is a bias vec

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

denseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected