Applies layer normalization. Args: inputs: A tensor with 2 or more dimensions, where the first dimension has `batch_size`. epsilon: A floating number. A very small number for preventing ZeroDivision Error. scope: Optional scope for `variable_scope`. reuse: Bo
(inputs,
epsilon = 1e-8,
scope="ln",
reuse=None)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected