Searched refs:logical_or_out (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_logical_or.cpp | 24 Tensor& logical_or_out( in logical_or_out() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | atest.cpp | 135 logical_or_out, x_logical, y_logical, exp_tensor, INTBOOL); in TEST_F()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 1484 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 D | external_functions_codegen.cpp | 412 at::logical_or_out(r, self, other); in nnc_aten_logical_or()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | generated_ops.cpp | 540 at::native::logical_or_out(self, other, out); in __anon5d9c3eb93302()
|