Function tensorflow::ops::block_lstmgrad_v2
source · pub fn block_lstmgrad_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>, O7: Into<Output>, O8: Into<Output>, O9: Into<Output>, O10: Into<Output>, O11: Into<Output>, O12: Into<Output>, O13: Into<Output>, O14: Into<Output>, O15: Into<Output>, O16: Into<Output>, O17: Into<Output>>(
seq_len_max: O0,
x: O1,
cs_prev: O2,
h_prev: O3,
w: O4,
wci: O5,
wcf: O6,
wco: O7,
b: O8,
i: O9,
cs: O10,
f: O11,
o: O12,
ci: O13,
co: O14,
h: O15,
cs_grad: O16,
h_grad: O17,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BlockLSTMGradV2::new().build(seq_len_max, x, cs_prev, h_prev, w, wci, wcf, wco, b, i, cs, f, o, ci, co, h, cs_grad, h_grad, scope)
.