Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_logical_or.cpp24 Tensor& logical_or_out( in logical_or_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1484 Tensor& logical_or_out(const Tensor& self, const Tensor& other, Tensor& result) { return comparison… in logical_or_out() function