Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_logical_xor.cpp24 Tensor& logical_xor_out( in logical_xor_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1488 Tensor& logical_xor_out(const Tensor& self, const Tensor& other, Tensor& result) { return compariso… in logical_xor_out() function