Function cntk::ops::past_value_with_init
[−]
[src]
pub fn past_value_with_init<T: Into<Variable>, U: Into<Variable>>(
x: T,
initial: U
) -> Function