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