Function tensorflow::ops::quantized_avg_pool
source · pub fn quantized_avg_pool<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
min_input: O1,
max_input: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for QuantizedAvgPool::new().build(input, min_input, max_input, scope)
.