Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesLinearAlgebra.cpp543 bool compute_log_sumexp, in _scaled_dot_product_efficient_attention_batch_rule()
584 bool compute_log_sumexp, in _scaled_dot_product_cudnn_attention_batch_rule()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/
H A DNestedTensorTransformerFunctions.cpp287 bool compute_log_sumexp, in _scaled_dot_product_efficient_attention_nestedtensor_cuda()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Dshim_common.cpp605 int compute_log_sumexp, in aoti_torch__scaled_dot_product_efficient_attention()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/
H A Dattention.cu794 bool compute_log_sumexp, in _scaled_dot_product_efficient_attention_cuda()
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py9655 def fn(q, k, v, attn_bias, compute_log_sumexp): argument