Home | History | Annotate | Download | only in framework

Lines Matching defs:qint8

51   * `tf.qint8`: Quantized 8-bit signed integer.
165 return self.base_dtype in [qint8, quint8, qint16, quint16, qint32]
361 qint8 = DType(types_pb2.DT_QINT8)
362 tf_export("qint8").export_constant(__name__, "qint8")
417 types_pb2.DT_QINT8: qint8,
467 types_pb2.DT_QINT8: "qint8",
517 _np_qint8 = np.dtype([("qint8", np.int8, 1)])
545 (_np_qint8, qint8),
644 qint8, quint8, qint16, quint16, qint32, qint8_ref, quint8_ref, qint16_ref,