Function tensorflow::ops::fake_quant_with_min_max_args
source · pub fn fake_quant_with_min_max_args<O0: Into<Output>>(
inputs: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for FakeQuantWithMinMaxArgs::new().build(inputs, scope)
.