Function tensorflow::ops::stochastic_cast_to_int
source · pub fn stochastic_cast_to_int<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
input: O0,
key: O1,
counter: O2,
alg: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StochasticCastToInt::new().build(input, key, counter, alg, scope)
.