Function tensorflow::eager::raw_ops::grublock_cell
source · pub fn grublock_cell<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>>(
ctx: &'a Context,
x: &T0,
h_prev: &T1,
w_ru: &T2,
w_c: &T3,
b_ru: &T4,
b_c: &T5
) -> Result<[TensorHandle<'a>; 4]>
Expand description
Shorthand for GRUBlockCell::new().call(&ctx, &x, &h_prev, &w_ru, &w_c, &b_ru, &b_c)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/GRUBlockCell