Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c885 uint8x16x2_t all_out; in QuantizeBlock_NEON() local
893 uint8x8x4_t all_out; in QuantizeBlock_NEON() local
/external/pytorch/aten/src/ATen/native/
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