Function tensorflow::ops::risc_random_uniform
source · pub fn risc_random_uniform<O0: Into<Output>>(
shape: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RiscRandomUniform::new().build(shape, scope)
.