pub fn fake_quant_with_min_max_args<O0: Into<Output>>( inputs: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for FakeQuantWithMinMaxArgs::new().build(inputs, scope).
FakeQuantWithMinMaxArgs::new().build(inputs, scope)