tf.nn.quantized_avg_pool
tf.nn.quantized_avg_pool
tf.nn.quantized_avg_pool
quantized_avg_pool( input, min_input, max_input, ksize, strides, padding, name=None )
Defined in tensorflow/python/ops/gen_nn_ops.py
.
See the guide: Neural Network > Candidate Sampling
Produces the average pool of the input tensor for quantized types.
Args:
-
input
: ATensor
. Must be one of the following types:qint8
,quint8
登录查看完整内容