Home
last modified time | relevance | path

Searched defs:attn_output_weights (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h884 auto attn_output_weights = torch::bmm(q, k.transpose(1, 2)); variable
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dsequential.cpp535 auto attn_output_weights = std::get<1>(output); in TEST_F() local