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 not stored for this graph (policy: none)
no test coverage detected