Function tensorflow::ops::lstmblock_cell

source ·
pub fn lstmblock_cell<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>>(
    x: O0,
    cs_prev: O1,
    h_prev: O2,
    w: O3,
    wci: O4,
    wcf: O5,
    wco: O6,
    b: O7,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LSTMBlockCell::new().build(x, cs_prev, h_prev, w, wci, wcf, wco, b, scope).