Function tensorflow::ops::dummy_seed_generator
source · pub fn dummy_seed_generator(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for DummySeedGenerator::new().build(scope)
.
pub fn dummy_seed_generator(scope: &mut Scope) -> Result<Operation>
Shorthand for DummySeedGenerator::new().build(scope)
.