Shortcuts

Function torch::nn::functional::multi_head_attention_forward

Function Documentation

inline std::tuple<Tensor, Tensor> torch::nn::functional::multi_head_attention_forward(const Tensor &query, const Tensor &key, const Tensor &value, const MultiheadAttentionForwardFuncOptions &options)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources