Searched defs:outv (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_var.cpp | 37 [](CTYPE_OUT outv, CTYPE_OUT acc) { return acc + outv; }, in compute_variance() 48 [](CTYPE_OUT outv, CTYPE_OUT acc) { return acc + outv; }, in compute_variance()
|
H A D | op_any.cpp | 96 [](bool outv, bool acc) { return acc || outv; }, in any_dims_out() 147 [](bool outv, long, bool acc, long) { in any_out()
|
H A D | op_sum.cpp | 56 [](CTYPE_OUT outv, CTYPE_OUT acc) { return acc + outv; }, in sum_dim_out()
|
H A D | op_mean.cpp | 56 [](CTYPE_OUT outv, CTYPE_OUT acc) { return acc + outv; }, in mean_dim_out()
|
H A D | op_prod.cpp | 85 [](CTYPE_OUT outv, long, CTYPE_OUT acc, long) { in prod_int_out()
|
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/ |
H A D | op_mean.cpp | 154 [](CTYPE_OUT outv, CTYPE_OUT acc) { return acc + outv; }, in mean_dim_out()
|
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_unbind_copy_test.cpp | 195 std::vector<Tensor> outv = { in test_dynamic_shape() local
|
H A D | op_split_copy_test.cpp | 110 std::vector<Tensor> outv = { in test_dynamic_shape() local
|
/aosp_15_r20/external/musl/android/ |
H A D | relinterp.c | 264 static void outv(const char *fmt, va_list ap) { in outv() function
|
/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.cpp | 5819 ucvector outv = ucvector_init(NULL, 0); in lodepng_encode() local
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 3250 __m128i outv = _mm_packus_epi16(de0, de1); in stbi__resample_row_hv_2_simd() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 3525 __m128i outv = _mm_packus_epi16(de0, de1); in stbi__resample_row_hv_2_simd() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 3532 __m128i outv = _mm_packus_epi16(de0, de1); in stbi__resample_row_hv_2_simd() local
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 3294 __m128i outv = _mm_packus_epi16(de0, de1); in stbi__resample_row_hv_2_simd() local
|