Home
last modified time | relevance | path

Searched defs:need_weights (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/test/
Dtest_native_mha.py113 …self, device, dtype, mode, use_nt, need_weights, average_attn_weights, use_padding=False, pad_all=… argument
278need_weights, average_attn_weights, use_padding, pad_all, fused): argument
Dtest_jit.py14923 need_weights=True, # type: bool argument
/external/pytorch/torch/csrc/api/src/nn/modules/
Dactivation.cpp445 bool need_weights, in forward()
/external/pytorch/aten/src/ATen/native/transformers/
Dattention.cpp272 bool need_weights, in native_multi_head_attention_cpu()
/external/pytorch/aten/src/ATen/native/transformers/cuda/
Dattention.cu490 bool need_weights, in native_multi_head_attention_cuda()
/external/pytorch/test/inductor/
Dtest_cpu_repro.py302 need_weights, argument