Searched refs:logical_and_out (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_logical_and.cpp | 24 Tensor& logical_and_out( in logical_and_out() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | atest.cpp | 129 logical_and_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 | 1480 Tensor& logical_and_out(const Tensor& self, const Tensor& other, Tensor& result) { return compariso… in logical_and_out() function 1481 …st Tensor& other) { return comparison_op(self, other, static_cast<OutFunc>(at::logical_and_out)); } in logical_and() 1482 …t Tensor& other) { return comparison_op_(self, other, static_cast<OutFunc>(at::logical_and_out)); } in logical_and_()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | external_functions_codegen.cpp | 393 at::logical_and_out(r, self, other); in nnc_aten_logical_and()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | generated_ops.cpp | 518 at::native::logical_and_out(self, other, out); in __anon5d9c3eb93102()
|