Function at::mkldnn_rnn_layer_outf¶
Defined in File Functions.h
Function Documentation¶
-
inline ::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&, at::Tensor&> at::mkldnn_rnn_layer_outf(const at::Tensor &input, const at::Tensor &weight0, const at::Tensor &weight1, const at::Tensor &weight2, const at::Tensor &weight3, const at::Tensor &hx_, const at::Tensor &cx_, bool reverse, at::IntArrayRef batch_sizes, int64_t mode, int64_t hidden_size, int64_t num_layers, bool has_biases, bool bidirectional, bool batch_first, bool train, at::Tensor &out0, at::Tensor &out1, at::Tensor &out2, at::Tensor &out3)¶