Searched defs:token_q (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_flex_attention.py | 480 def all_bias(score, batch, head, token_q, token_kv): argument 836 def bias_mod(score, batch, head, token_q, token_kv): argument
|
H A D | test_flex_decoding.py | 495 def all_bias(score, batch, head, token_q, token_kv): argument 781 def bias_mod(score, batch, head, token_q, token_kv): argument
|
/aosp_15_r20/external/pytorch/benchmarks/transformer/ |
H A D | score_mod.py | 395 def causal_mask(score, b, h, token_q, token_kv): argument
|