Home
last modified time | relevance | path

Searched defs:std_mean (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/templates/
H A DFunctions.h95 TORCH_API inline std::tuple<Tensor, Tensor> std_mean(const Tensor& self, int dim) { in std_mean() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp1980 std::tuple<Tensor, Tensor> std_mean( in std_mean() function
1988 std::tuple<Tensor, Tensor> std_mean(const Tensor& self, bool unbiased) { in std_mean() function
2020 std::tuple<Tensor, Tensor> std_mean( in std_mean() function
2110 std::tuple<Tensor,Tensor> std_mean(const Tensor& self, DimnameList dim, bool unbiased, bool keepdim… in std_mean() function
2138 std::tuple<Tensor,Tensor> std_mean(const Tensor& self, DimnameList dim, in std_mean() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py2509 def std_mean( function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py5190 def std_mean(g: jit_utils.GraphContext, input, *args): function