Searched refs:TF_QINT16 (Results 1 – 5 of 5) sorted by relevance
170 case TF_QINT16: in TF_DataType_to_PyArray_TYPE()
54 *out_tf_datatype = TF_QINT16; in PyArrayDescr_to_TF_DataType()
56 Qint16 DataType = C.TF_QINT16
115 TF_QINT16 = 15, // Quantized int16 enumerator
308 EXPECT_EQ(TF_QINT16, static_cast<TF_DataType>(tensorflow::DT_QINT16)); in TEST()