Home
last modified time | relevance | path

Searched refs:src_rows (Results 1 – 11 of 11) sorted by relevance

/external/ruy/ruy/
Dpack_arm.cc37 int src_inc3, int src_rows, int src_zero_point, in Pack8bitColMajorForNeon() argument
207 [rows] "r"(src_rows), [src_zero_point] "r"(src_zero_point), in Pack8bitColMajorForNeon()
244 static_assert(offsetof(Params, src_rows) == RUY_OFFSET_SRC_ROWS, ""); in CheckOffsetsInPackParams8bit()
632 int src_inc3, int src_rows, in Pack8bitColMajorForNeonA55ish() argument
831 [ rows ] "r"(src_rows), in Pack8bitColMajorForNeonA55ish()
843 int src_inc3, int src_rows, int src_zero_point, std::int8_t* packed_ptr, in Pack8bitColMajorForNeonDotprodA55ish() argument
1078 [rows] "r"(src_rows), in Pack8bitColMajorForNeonDotprodA55ish()
1089 int src_inc3, int src_rows, in Pack8bitColMajorForNeonDotprod() argument
1578 [rows] "r"(src_rows), in Pack8bitColMajorForNeonDotprod()
1741 int src_inc3, int src_rows, float* packed_ptr) { in PackFloatColMajorForNeon() argument
[all …]
Dpack_avx512.cc72 inline void ZeroHalfAvx512(int src_rows, Scalar packed_zero_point,
82 const int non_trailing_blocks = (src_rows & ~chunked_row_mask) >> 2;
124 int remaining_src_cols, int src_rows,
201 for (int k = 0; k < src_rows; k += 2 * kNumChunkedSrcRows) {
208 const int available_src_rows = src_rows - k - m * kNumChunkedSrcRows;
479 int remaining_src_cols, int src_rows,
557 for (int k = 0; k < src_rows; k += 2 * kNumChunkedSrcRows) {
560 const int available_src_rows = src_rows - k - m * kNumChunkedSrcRows;
689 int src_rows, float* packed_ptr,
740 for (int k = 0; k < src_rows; k += 16) {
[all …]
Dpack_avx2_fma.cc69 int src_rows, std::int8_t* packed_ptr, std::int32_t* sums_ptr,
146 for (int k = 0; k < src_rows; k += kNumChunkedSrcRows) {
151 const int available_src_rows = src_rows - k;
547 int remaining_src_cols, int src_rows,
567 remaining_src_cols, src_rows, packed_ptr,
571 const bool trailing_data = (src_rows & kChunkedRowMask) > 0;
575 const int non_trailing_rows = src_rows & ~kChunkedRowMask;
577 const int dst_rows = (src_rows + 3) & ~3;
586 int src_rows, float* packed_ptr) {
595 src_ptr, zerobuf, src_stride, remaining_src_cols, src_rows, packed_ptr,
[all …]
Dpack_avx.cc218 int src_rows, std::int8_t* packed_ptr,
296 for (int k = 0; k < src_rows; k += kNumChunkedSrcRows) {
301 const int available_src_rows = src_rows - k;
689 int remaining_src_cols, int src_rows,
709 remaining_src_cols, src_rows, packed_ptr,
713 const bool trailing_data = (src_rows & kChunkedRowMask) > 0;
717 const int non_trailing_rows = src_rows & ~kChunkedRowMask;
719 const int dst_rows = (src_rows + 3) & ~3;
728 int src_rows, float* packed_ptr) {
737 src_ptr, zerobuf, src_stride, remaining_src_cols, src_rows, packed_ptr,
[all …]
Dpack_arm.h56 int src_rows, int src_cols, int block_row,
68 int src_inc3, int src_rows, int src_zero_point,
74 int src_inc3, int src_rows,
80 int src_inc3, int src_rows,
86 int src_inc3, int src_rows, int src_zero_point, std::int8_t* packed_ptr,
108 int src_rows;
118 int src_rows, int src_zero_point, int input_xor,
130 params->src_rows = src_rows;
345 int src_inc3, int src_rows, float* packed_ptr);
351 int src_rows, float* packed_ptr);
[all …]
Dpack_x86.h62 int remaining_src_cols, int src_rows,
109 int remaining_src_cols, int src_rows,
156 int src_rows, float* packed_ptr);
190 int src_rows, float* packed_ptr);
227 int remaining_src_cols, int src_rows,
277 int remaining_src_cols, int src_rows,
323 int src_rows, float* packed_ptr);
358 int src_cols, int block_row, int src_rows,
393 int src_cols, int block_row, int src_rows,
428 int src_cols, int block_row, int src_rows,
[all …]
/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Doverlay.c234 int src_rows, src_cols, dst_rows, dst_cols; in copywin() local
243 src_rows = src_w->_maxy - src_tr; in copywin()
248 min_rows = min(src_rows, dst_rows); in copywin()
/external/ComputeLibrary/src/cpu/kernels/internal/
DCpuPool2dAssemblyWrapperKernel.cpp208 const unsigned int src_rows = src->dimension(idx_height); in create_arm_pooling() local
214 …(&cpu_info, pool_type, window, stride, info.exclude_padding, n_batches, src_rows, src_cols, n_chan… in create_arm_pooling()
247 const unsigned int src_rows = src->dimension(idx_height); in create_arm_pooling_requant() local
253 …(&cpu_info, pool_type, window, stride, info.exclude_padding, n_batches, src_rows, src_cols, n_chan… in create_arm_pooling_requant()
DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp68 const unsigned int src_rows = src->dimension(idx_height); in create_arm_dwc() local
80 … n_batches, src_rows, src_cols, n_channels, dst_rows, dst_cols, info.depth_multiplier, in create_arm_dwc()
109 const unsigned int src_rows = src->dimension(idx_height); in create_arm_dwc_quant() local
121 … n_batches, src_rows, src_cols, n_channels, dst_rows, dst_cols, info.depth_multiplier, in create_arm_dwc_quant()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_solve_op_gpu.cu.cc194 const Scalar* src, Scalar* dst, const int src_rows, in TransposeWithGeam() argument
198 cublas_solver->Geam(CUBLAS_OP_T, CUBLAS_OP_N, src_rows, in TransposeWithGeam()
201 src_rows, dst, src_rows)); in TransposeWithGeam()
/external/libaom/av1/common/
Drestoration.c1362 const uint8_t *src_rows = src_buf + row * (ptrdiff_t)src_stride; in save_deblock_boundary_lines() local
1387 cm, CONVERT_TO_BYTEPTR(src_rows), frame->strides[is_uv], in save_deblock_boundary_lines()
1391 av1_upscale_normative_rows(cm, src_rows, frame->strides[is_uv], bdry_rows, in save_deblock_boundary_lines()
1398 memcpy(bdry_rows + i * bdry_stride, src_rows + i * src_stride, in save_deblock_boundary_lines()
1417 const uint8_t *src_rows = src_buf + row * (ptrdiff_t)src_stride; in save_cdef_boundary_lines() local
1436 memcpy(bdry_rows + i * bdry_stride, src_rows, line_bytes); in save_cdef_boundary_lines()