swift
6deffd06 - TF-404: Add `.standardDeviation()` to `Tensor`. (#23763)

Commit
6 years ago
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.
Author
Parents
Loading