Function tensorflow::ops::dequantize
source · pub fn dequantize<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
min_range: O1,
max_range: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Dequantize::new().build(input, min_range, max_range, scope)
.