Shortcuts

Function at::_cudnn_rnn

Function Documentation

inline ::std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor> at::_cudnn_rnn(const at::Tensor &input, at::TensorList weight, int64_t weight_stride0, const c10::optional<at::Tensor> &weight_buf, const at::Tensor &hx, const c10::optional<at::Tensor> &cx, int64_t mode, int64_t hidden_size, int64_t proj_size, int64_t num_layers, bool batch_first, double dropout, bool train, bool bidirectional, at::IntArrayRef batch_sizes, const c10::optional<at::Tensor> &dropout_state)

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