Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/api/include/torch/
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
/external/pytorch/aten/src/ATen/native/
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