Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h351 inline Tensor& xlogy_out( in xlogy_out() function
358 inline Tensor& xlogy_out( in xlogy_out() function
365 inline Tensor& xlogy_out( in xlogy_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1568 Tensor& xlogy_out(const Scalar& self, const Tensor& other, Tensor& result) { in xlogy_out() function
1572 Tensor& xlogy_out(const Tensor& self, const Scalar& other, Tensor& result) { in xlogy_out() function