Function tensorflow::ops::anonymous_random_seed_generator
source · pub fn anonymous_random_seed_generator<O0: Into<Output>, O1: Into<Output>>(
seed: O0,
seed2: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for AnonymousRandomSeedGenerator::new().build(seed, seed2, scope)
.