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