Searched defs:need_weights (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_native_mha.py | 113 …self, device, dtype, mode, use_nt, need_weights, average_attn_weights, use_padding=False, pad_all=… argument 278 … need_weights, average_attn_weights, use_padding, pad_all, fused): argument
|
H A D | test_jit.py | 14923 need_weights=True, # type: bool argument
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/ |
H A D | activation.cpp | 445 bool need_weights, in forward()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/ |
H A D | attention.cpp | 272 bool need_weights, in native_multi_head_attention_cpu()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/ |
H A D | attention.cu | 490 bool need_weights, in native_multi_head_attention_cuda()
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_cpu_repro.py | 302 need_weights, argument
|