Home
last modified time | relevance | path

Searched defs:qSize (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/aten/src/ATen/native/cpu/
DFlashAttentionKernel.cpp152 int64_t qSize, in reshape_attn_mask_to_4d()
204 int64_t qSize = query.size(1); in cpu_flash_attention() local
447 int64_t qSize = query.size(1); in cpu_flash_attention_backward() local
/external/pytorch/aten/src/ATen/native/transformers/
Dsdp_utils_cpp.h287 auto qSize = params.query.sym_size(2); in check_attn_mask_shape() local
Dattention.cpp781 int64_t qSize = query.size(2); in _scaled_dot_product_flash_attention_cpu() local
/external/executorch/extension/llm/custom_ops/
Dop_sdpa.cpp262 int64_t qSize = query.size(2); in cpu_flash_attention() local