Function tensorflow::eager::raw_ops::lstmblock_cell
source · pub fn lstmblock_cell<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>, T7: ToTensorHandle<'a>>(
ctx: &'a Context,
x: &T0,
cs_prev: &T1,
h_prev: &T2,
w: &T3,
wci: &T4,
wcf: &T5,
wco: &T6,
b: &T7
) -> Result<[TensorHandle<'a>; 7]>
Expand description
Shorthand for LSTMBlockCell::new().call(&ctx, &x, &cs_prev, &h_prev, &w, &wci, &wcf, &wco, &b)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/LSTMBlockCell