HomeSort by relevance Sort by last modified time
    Searched defs:qint8 (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 37 typedef Eigen::QInt8 qint8; typedef in namespace:tensorflow
  /external/tensorflow/tensorflow/core/kernels/
concat_op.cc 172 REGISTER_CONCAT(qint8); variable
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 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) variable
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
    [all...]

Completed in 92 milliseconds