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

  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 41 typedef Eigen::QUInt16 quint16; typedef in namespace:tensorflow
  /external/tensorflow/tensorflow/core/kernels/
concat_op.cc 173 REGISTER_CONCAT(quint16); variable
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 54 * `tf.quint16`: Quantized 16-bit unsigned integer.
165 return self.base_dtype in [qint8, quint8, qint16, quint16, qint32]
367 quint16 = DType(types_pb2.DT_QUINT16) variable
368 tf_export("quint16").export_constant(__name__, "quint16")
420 types_pb2.DT_QUINT16: quint16,
470 types_pb2.DT_QUINT16: "quint16",
520 _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
548 (_np_quint16, quint16),
644 qint8, quint8, qint16, quint16, qint32, qint8_ref, quint8_ref, qint16_ref
    [all...]

Completed in 80 milliseconds