Searched defs:bias_mod (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_flex_attention.py | 504 def bias_mod(score, b, h, q, kv): function 514 def bias_mod(score, b, h, q, kv): function 524 def bias_mod(score, b, h, q, kv): function 534 def bias_mod(score, b, h, q, kv): function 544 def bias_mod(score, b, h, q, kv): function 836 def bias_mod(score, batch, head, token_q, token_kv): function
|
H A D | test_flex_decoding.py | 520 def bias_mod(score, b, h, q, kv): function 530 def bias_mod(score, b, h, q, kv): function 547 def bias_mod(score, b, h, q, kv): function 781 def bias_mod(score, batch, head, token_q, token_kv): function
|