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