Shortcuts

Function at::_thnn_fused_gru_cell_outf

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::_thnn_fused_gru_cell_outf(const at::Tensor &input_gates, const at::Tensor &hidden_gates, const at::Tensor &hx, const ::std::optional<at::Tensor> &input_bias, const ::std::optional<at::Tensor> &hidden_bias, 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