MCPcopy Create free account
hub / github.com/tensorflow/lingvo / SimpleLogits

Method SimpleLogits

lingvo/core/layers.py:3949–3969  ·  view source on GitHub ↗

Returns the simple logits computed before the softmax. Compared to the Logits function, this one has only weights, no bias for the linear projection. Args: theta: A `.NestedMap` object containing weights' values of this layer and its children layers. inputs: A tenso

(self, theta, inputs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SimpleLogitsMethod · 0.45
_FPropFastSoftmaxMethod · 0.45

Calls 3

DenseWeightsMethod · 0.95
QActMethod · 0.80
QWeightMethod · 0.80

Tested by

no test coverage detected