You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF-404: Add .standardDeviation() to Tensor. (#23763)
This change adds `standardDeviation()` to compute the standard deviation
of a Tensor. It supports optionally specifying the `alongAxes` parameter,
which allows users to reduce only along specified axes.
0 commit comments