Home
last modified time | relevance | path

Searched defs:qk (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/test/inductor/
Dtest_flex_attention.py639 def njt_score_mod(qk, b, h, q, kv): argument
655 def score_mod_scale(qk, b, h, q, kv): argument
666 def score_mod_scale(qk, b, h, q, kv): argument
682 def score_mod_scale(qk, b, h, q, kv): argument
699 def scoremod_1(qk, b, h, q, kv): argument
702 def scoremod_2(qk, b, h, q, kv): argument
726 def scoremod_1(qk, b, h, q, kv): argument
729 def scoremod_2(qk, b, h, q, kv): argument
749 def func(qk, b, h, q, kv): argument
799 def njt_score_mod(qk, b, h, q, kv): argument
Dtest_flex_decoding.py629 def njt_score_mod(qk, b, h, q, kv): argument
645 def score_mod_scale(qk, b, h, q, kv): argument
656 def score_mod_scale(qk, b, h, q, kv): argument
672 def score_mod_scale(qk, b, h, q, kv): argument
689 def scoremod_1(qk, b, h, q, kv): argument
692 def scoremod_2(qk, b, h, q, kv): argument
716 def scoremod_1(qk, b, h, q, kv): argument
719 def scoremod_2(qk, b, h, q, kv): argument
744 def njt_score_mod(qk, b, h, q, kv): argument
/external/pytorch/aten/src/ATen/native/cuda/
DIGammaKernel.cu316 accscalar_t pk, pkm1, pkm2, qk, qkm1, qkm2; in _igamc_helper_continued_fraction() local
/external/pytorch/aten/src/ATen/native/
DMath.h1007 scalar_t pk, pkm1, pkm2, qk, qkm1, qkm2; in _igamc_helper_continued_fraction() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath.cc826 XlaOp qk = qkm1 * z - qkm2 * yc; in IgammacContinuedFraction() local