Home
last modified time | relevance | path

Searched refs:logical_and_out (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_logical_and.cpp24 Tensor& logical_and_out( in logical_and_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Datest.cpp129 logical_and_out, x_logical, y_logical, exp_tensor, INTBOOL); in TEST_F()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp1480 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 Dexternal_functions_codegen.cpp393 at::logical_and_out(r, self, other); in nnc_aten_logical_and()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dgenerated_ops.cpp518 at::native::logical_and_out(self, other, out); in __anon5d9c3eb93102()