def orthogonal_initializer(self, gain): def _build(): return tf.orthogonal_initializer(gain) return _build