Function icu_segmenter::complex::lstm::compute_hc

source ยท
fn compute_hc<'a>(
    x_t: MatrixZero<'a, 1>,
    h_tm1: MatrixBorrowedMut<'a, 1>,
    c_tm1: MatrixBorrowedMut<'a, 1>,
    w: MatrixZero<'a, 3>,
    u: MatrixZero<'a, 3>,
    b: MatrixZero<'a, 2>,
)
Expand description

compute_hc1 implemens the evaluation of one LSTM layer.