Function tensorflow::ops::rng_skip
source · pub fn rng_skip<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
resource: O0,
algorithm: O1,
delta: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RngSkip::new().build(resource, algorithm, delta, scope)
.