torch.std. torch.std(input, unbiased=True) → Tensor. 返回 input 张量中所有元素的标准偏差。 如果 unbiased 为 False ,则将通过有偏估计量计算标准差。
確定! 回上一頁