Forward propagation. This default `FProp` implementation here supports batch splitting in synchronous and asynchronous training when sub-classes implement `FPropTower`. Args: theta: A `.NestedMap` object containing weights' values of this layer and its children layers
(self, theta, input_batch)
source not stored for this graph (policy: none)
no test coverage detected