Home
last modified time | relevance | path

Searched defs:mul_out (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/test/
H A Dop_mul_test.cpp31 Tensor& mul_out(const Tensor& self, const Tensor& other, Tensor& out) { in mul_out() function in OpMulOutKernelTest
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_mul.cpp18 Tensor& mul_out( in mul_out() function
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A Dop_mul.cpp76 mul_out(RuntimeContext& ctx, const Tensor& a, const Tensor& b, Tensor& out) { in mul_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp440 TORCH_IMPL_FUNC(mul_out) ( in TORCH_IMPL_FUNC() argument