teras.activations.glu# teras.activations.glu(logits, axis=-1)[source]# Generalized linear unit nonlinear activation. Parameters: logits – Tensor, tensor of logits. axis (int) – int, axis along which to apply glu activation. Defaults to -1.