Searched refs:TF_QINT8 (Results 1 – 5 of 5) sorted by relevance
164 case TF_QINT8: in TF_DataType_to_PyArray_TYPE()
52 *out_tf_datatype = TF_QINT8; in PyArrayDescr_to_TF_DataType()
52 Qint8 DataType = C.TF_QINT8
111 TF_QINT8 = 11, // Quantized int8 enumerator
304 EXPECT_EQ(TF_QINT8, static_cast<TF_DataType>(tensorflow::DT_QINT8)); in TEST()