Home
last modified time | relevance | path

Searched refs:bitwise_tensor_out (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_bitwise_xor.cpp22 return internal::bitwise_tensor_out<op_name>(ctx, a, b, out); in bitwise_xor_Tensor_out()
H A Dop_bitwise_or.cpp22 return internal::bitwise_tensor_out<op_name>(ctx, a, b, out); in bitwise_or_Tensor_out()
H A Dop_bitwise_and.cpp22 return internal::bitwise_tensor_out<op_name>(ctx, a, b, out); in bitwise_and_Tensor_out()
/aosp_15_r20/external/executorch/kernels/portable/cpu/pattern/
H A Dbitwise_op.h55 Tensor& bitwise_tensor_out( in bitwise_tensor_out() function