Function cntk::ops::to_sequence_like [] [src]

pub fn to_sequence_like<T: Into<Variable>, U: Into<Variable>>(
    x: T,
    y: U
) -> Function