Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/dsp/
H A Denc_neon.c871 uint8x16x2_t all_out; in QuantizeBlock_NEON() local
879 uint8x8x4_t all_out; in QuantizeBlock_NEON() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp1611 TORCH_IMPL_FUNC(all_out) in TORCH_IMPL_FUNC() argument
2168 Tensor& all_out(const Tensor &self, Dimname dim, bool keepdim, Tensor& result) { in all_out() function