Home
last modified time | relevance | path

Searched defs:div_out (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_div.cpp35 Tensor& div_out( in div_out() function
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A Dop_div.cpp46 div_out(RuntimeContext& ctx, const Tensor& a, const Tensor& b, Tensor& out) { in div_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp446 TORCH_IMPL_FUNC(div_out) (const Tensor& self, const Tensor& other, const Tensor& result) { in TORCH_IMPL_FUNC() argument