Home
last modified time | relevance | path

Searched defs:head_size (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dflash_api.cpp298 const int num_heads, const int head_size, const int max_seqlen_k, const int max_seqlen_q, in set_params_splitkv()
443 const int head_size = round_multiple(head_size_og, 8); in mha_fwd() local
682 const int head_size = round_multiple(head_size_og, 8); in mha_varlen_fwd() local
868 const int head_size = sizes[3]; in mha_bwd() local
1090 const int head_size = sizes[2]; in mha_varlen_bwd() local
1378 const int head_size = round_multiple(head_size_og, 8); in mha_fwd_kvcache() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dadaptive.h93 int64_t head_size; variable
/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_y4m.h172 const int head_size = 128; in y4m_header_parser() local
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFontFileParser.cpp122 bool FontFileParser::analyzeFontRevision(const uint8_t* head_data, size_t head_size, in analyzeFontRevision()
/aosp_15_r20/external/brotli/c/enc/
H A Dblock_splitter.c62 size_t head_size = mask + 1 - from_pos; in CopyLiteralsToByteArray() local
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dblock_splitter.c63 size_t head_size = mask + 1 - from_pos; in CopyLiteralsToByteArray() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dsubbuffer.rs899 pub const fn head_size(&self) -> DeviceSize { in head_size() method
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Dgsctool.c637 size_t head_size = strlen(cmd_head); in ts_write() local