Function tensorflow::ops::fake_quant_with_min_max_vars
source · pub fn fake_quant_with_min_max_vars<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
inputs: O0,
min: O1,
max: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FakeQuantWithMinMaxVars::new().build(inputs, min, max, scope)
.