def create_gamma_initializer(): """Returns a default initializer for the `gamma` in layer norm.""" return tf.ones_initializer()