Home
last modified time | relevance | path

Searched full:vec_out (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvsx_helpers.h40 vfloat32 vec_out; in vec_float() local
41 __asm__("xvcvsxwsp %x0,%x1" : "=wf"(vec_out) : "wa"(vec_in)); in vec_float()
42 return vec_out; in vec_float()
48 vint32 vec_out; in vec_signed() local
49 __asm__("xvcvspsxws %x0,%x1" : "=wa"(vec_out) : "wf"(vec_in)); in vec_signed()
50 return vec_out; in vec_signed()
54 vint64 vec_out; in vec_signed() local
55 __asm__("xvcvdpsxds %x0,%x1" : "=wa"(vec_out) : "wd"(vec_in)); in vec_signed()
56 return vec_out; in vec_signed()
62 vfloat32 vec_out; in vec_neg() local
[all …]
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/
H A Dimpl.cpp165 auto vec_out = reinterpret_cast<float16_t *>(out.ptr()) + x; in vector_matrix_multiply_f16() local
167 vst1q_f16(vec_out + 0, acc0); in vector_matrix_multiply_f16()
168 vst1q_f16(vec_out + 8, acc1); in vector_matrix_multiply_f16()
169 vst1q_f16(vec_out + 16, acc2); in vector_matrix_multiply_f16()
170 vst1q_f16(vec_out + 24, acc3); in vector_matrix_multiply_f16()
221 auto vec_out = reinterpret_cast<float16_t *>(out.ptr()) + x; in vector_matrix_multiply_f16() local
223 *(vec_out) = acc; in vector_matrix_multiply_f16()
382 const auto vec_out = reinterpret_cast<float *>(out.ptr()) + x; in vector_matrix_multiply_f32() local
384 vst1q_f32(vec_out + 0, acc0); in vector_matrix_multiply_f32()
385 vst1q_f32(vec_out + 4, acc1); in vector_matrix_multiply_f32()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpMatrixMultiplyKernel.cpp255 auto vec_out = reinterpret_cast<int32_t *>(out.ptr()); in vector_matrix_multiply_u8() local
258 vst1q_s32(vec_out + 0, vreinterpretq_s32_u32(c0.val[0])); in vector_matrix_multiply_u8()
259 vst1q_s32(vec_out + 4, vreinterpretq_s32_u32(c0.val[1])); in vector_matrix_multiply_u8()
260 vst1q_s32(vec_out + 8, vreinterpretq_s32_u32(c0.val[2])); in vector_matrix_multiply_u8()
261 vst1q_s32(vec_out + 12, vreinterpretq_s32_u32(c0.val[3])); in vector_matrix_multiply_u8()
270 *(vec_out + k * 4 + j) = c0.val[k][j]; in vector_matrix_multiply_u8()
485 auto vec_out = reinterpret_cast<int32_t *>(out.ptr()); in vector_matrix_multiply_s8() local
488 vst1q_s32(vec_out + 0, c0.val[0]); in vector_matrix_multiply_s8()
489 vst1q_s32(vec_out + 4, c0.val[1]); in vector_matrix_multiply_s8()
490 vst1q_s32(vec_out + 8, c0.val[2]); in vector_matrix_multiply_s8()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libevent/include/event2/
Dbuffer.h827 Pointers to the data are returned by filling the 'vec_out' array
837 will try to fill as much of vec_out as we can. If len is negative
838 and vec_out is not provided, we return the number of evbuffer_iovecs
843 @param vec_out an array of evbuffer_iovec
844 @param n_vec the length of vec_out. If 0, we only count how many
855 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libevent/include/event2/
Dbuffer.h827 Pointers to the data are returned by filling the 'vec_out' array
837 will try to fill as much of vec_out as we can. If len is negative
838 and vec_out is not provided, we return the number of evbuffer_iovecs
843 @param vec_out an array of evbuffer_iovec
844 @param n_vec the length of vec_out. If 0, we only count how many
855 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libevent/include/event2/
Dbuffer.h827 Pointers to the data are returned by filling the 'vec_out' array
837 will try to fill as much of vec_out as we can. If len is negative
838 and vec_out is not provided, we return the number of evbuffer_iovecs
843 @param vec_out an array of evbuffer_iovec
844 @param n_vec the length of vec_out. If 0, we only count how many
855 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/external/libevent/include/event2/
H A Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libevent/include/event2/
Dbuffer.h827 Pointers to the data are returned by filling the 'vec_out' array
837 will try to fill as much of vec_out as we can. If len is negative
838 and vec_out is not provided, we return the number of evbuffer_iovecs
843 @param vec_out an array of evbuffer_iovec
844 @param n_vec the length of vec_out. If 0, we only count how many
855 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libevent/include/event2/
Dbuffer.h828 Pointers to the data are returned by filling the 'vec_out' array
838 will try to fill as much of vec_out as we can. If len is negative
839 and vec_out is not provided, we return the number of evbuffer_iovecs
844 @param vec_out an array of evbuffer_iovec
845 @param n_vec the length of vec_out. If 0, we only count how many
856 struct evbuffer_iovec *vec_out, int n_vec);
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml428 aten::upsample_bilinear2d.vec_out:
440 aten::upsample_nearest2d.vec_out:

12