Home
last modified time | relevance | path

Searched defs:norm_out (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/api/include/torch/
Dlinalg.h148 inline Tensor& norm_out( in norm_out() function
159 inline Tensor& norm_out( in norm_out() function
673 inline Tensor& norm_out( in norm_out() function
683 inline Tensor& norm_out( in norm_out() function
/external/pytorch/aten/src/ATen/native/
DReduceOps.cpp1534 TORCH_IMPL_FUNC(norm_out) in TORCH_IMPL_FUNC() argument
2143 Tensor& norm_out(const Tensor& self, const std::optional<Scalar>& p, DimnameList dim, bool keepdim,… in norm_out() function
2147 Tensor& norm_out(const Tensor& self, const std::optional<Scalar>& p, DimnameList dim, bool keepdim,… in norm_out() function