Searched defs:last_col (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | overlay.c | 118 int first_line, first_col, last_line, last_col; in overlay() local 175 int first_line, first_col, last_line, last_col; in overwrite() local
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_deblk.c | 279 deblk_ctb_params_t *ps_deblk, WORD32 last_col, deblk_ctbrow_prms_t *ps_deblk_ctb_row_params) in ihevce_deblk_ctb()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | FlashAttentionKernel.cpp | 314 int64_t last_col = m + row - n; in cpu_flash_attention() local 607 int64_t last_col = m + row - n; in cpu_flash_attention_backward() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
H A D | output_transform.hpp | 251 const auto last_col = std::min(valid_cols, this->get_output_cols()); in execute_tile() local
|
/aosp_15_r20/external/executorch/extension/llm/custom_ops/ |
H A D | op_sdpa.cpp | 491 int64_t last_col = m + (row + start_pos) - n; in cpu_flash_attention() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_spatial_convolutions-inl.h | 894 const Index last_col = in hasPadding() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/ |
H A D | kernel_forward.h | 849 int32_t last_col; in attention_kernel() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ast_function.cpp | 1851 const unsigned last_col = MIN2(src_matrix->type->matrix_columns, in emit_inline_matrix_constructor() local
|