Function cntk::ops::gumbel_random_like
[−]
[src]
pub fn gumbel_random_like<T: Into<Variable>>(
x: T,
loc: f64,
scale: f64
) -> Function