Shortcuts

Function at::_native_multi_head_attention_outf

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::_native_multi_head_attention_outf(const at::Tensor &query, const at::Tensor &key, const at::Tensor &value, int64_t embed_dim, int64_t num_head, const at::Tensor &qkv_weight, const at::Tensor &qkv_bias, const at::Tensor &proj_weight, const at::Tensor &proj_bias, const ::std::optional<at::Tensor> &mask, bool need_weights, bool average_attn_weights, ::std::optional<int64_t> mask_type, at::Tensor &out0, at::Tensor &out1)

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