Rate this Page

Function at::lstm(const at::Tensor&, at::TensorList, at::TensorList, bool, int64_t, double, bool, bool, bool)#

Function Documentation#

inline ::std::tuple<at::Tensor, at::Tensor, at::Tensor> at::lstm(const at::Tensor &input, at::TensorList hx, at::TensorList params, bool has_biases, int64_t num_layers, double dropout, bool train, bool bidirectional, bool batch_first)#