Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_logical_not.cpp20 logical_not_out(KernelRuntimeContext& ctx, const Tensor& in, Tensor& out) { in logical_not_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp866 Tensor& logical_not_out(const Tensor& self, Tensor& result) { in logical_not_out() function