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

Method FProp

lingvo/core/layers.py:1806–1823  ·  view source on GitHub ↗

Computes the output of the feed-forward network. 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

(self, theta, inputs, paddings=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

FPropAllLayersMethod · 0.95
FPropMethod · 0.45

Tested by

no test coverage detected