Function cntk::ops::uniform_random_like
[−]
[src]
pub fn uniform_random_like<T: Into<Variable>>(
x: T,
low: f64,
high: f64
) -> Function