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

Method FProp

lingvo/core/layers.py:1167–1217  ·  view source on GitHub ↗

Apply projection to inputs. Args: theta: A `.NestedMap` object containing weights' values of this layer and its children layers. inputs: The inputs tensor. Shaped [..., input_dim]. paddings: The paddings tensor. Shaped [..., 1], where all but the last dimensi

(self, theta, inputs, paddings=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

FPropFullSequenceMethod · 0.95
testProjectionLayerVnMethod · 0.95

Calls 8

_GetWeightsMethod · 0.95
_CastToFPropDtypeMethod · 0.80
QWeightMethod · 0.80
QActMethod · 0.80
FPropMethod · 0.45
QRActMethod · 0.45

Tested by 2

testProjectionLayerVnMethod · 0.76