Home
last modified time | relevance | path

Searched refs:logical_or_out (Results 1 – 5 of 5) 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/test/
H A Datest.cpp135 logical_or_out, x_logical, y_logical, exp_tensor, INTBOOL); in TEST_F()
/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
1485 …nst Tensor& other) { return comparison_op(self, other, static_cast<OutFunc>(at::logical_or_out)); } in logical_or()
1486 …st Tensor& other) { return comparison_op_(self, other, static_cast<OutFunc>(at::logical_or_out)); } in logical_or_()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexternal_functions_codegen.cpp412 at::logical_or_out(r, self, other); in nnc_aten_logical_or()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dgenerated_ops.cpp540 at::native::logical_or_out(self, other, out); in __anon5d9c3eb93302()