Shortcuts

Function at::_thnn_fused_lstm_cell

Function Documentation

inline ::std::tuple<at::Tensor, at::Tensor, at::Tensor> at::_thnn_fused_lstm_cell(const at::Tensor &input_gates, const at::Tensor &hidden_gates, const at::Tensor &cx, const ::std::optional<at::Tensor> &input_bias = {}, const ::std::optional<at::Tensor> &hidden_bias = {})

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