Searched refs:TF_QINT32 (Results 1 – 5 of 5) sorted by relevance
176 case TF_QINT32: in TF_DataType_to_PyArray_TYPE()
58 *out_tf_datatype = TF_QINT32; in PyArrayDescr_to_TF_DataType()
54 Qint32 DataType = C.TF_QINT32
113 TF_QINT32 = 13, // Quantized int32 enumerator
306 EXPECT_EQ(TF_QINT32, static_cast<TF_DataType>(tensorflow::DT_QINT32)); in TEST()