Function tensorflow::eager::raw_ops::fake_quant_with_min_max_args
source · pub fn fake_quant_with_min_max_args<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
inputs: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for FakeQuantWithMinMaxArgs::new().call(&ctx, &inputs)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FakeQuantWithMinMaxArgs