我正在查看Tensorflow tf.nn.quantized_conv2d函数,并且想知道qint8等确切是什么数据类型,特别是如果它们是tf.contrib.quantize中用于“伪量化节点”的数据类型,或者实际上使用8位(用于qint8)存储在内存中。
我知道它们是在tf.dtypes.DType中定义的,但是没有关于它们实际是什么的任何信息。
python quantization neural-network tensorflow tensorflow-lite
neural-network ×1
python ×1
quantization ×1
tensorflow ×1
tensorflow-lite ×1