Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 52a2332

Browse files
author
Mesh TensorFlow Team
committed
Add a link to the Primer paper
PiperOrigin-RevId: 401248102
1 parent cfc7a67 commit 52a2332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesh_tensorflow/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@ def relu(x, name="relu"):
19221922

19231923

19241924
def squared_relu(x):
1925-
"""Squared ReLU from Primer paper (TODO(davidso):Link when released)."""
1925+
"""Squared ReLU from Primer paper: https://arxiv.org/abs/2109.08668."""
19261926
return square(relu(x))
19271927

19281928

0 commit comments

Comments
 (0)