Searched refs:TF_COMPLEX64 (Results 1 – 5 of 5) sorted by relevance
148 case TF_COMPLEX64: in TF_DataType_to_PyArray_TYPE()
111 *out_tf_datatype = TF_COMPLEX64; in PyArray_TYPE_to_TF_DataType()
47 Complex64 DataType = C.TF_COMPLEX64230 {reflect.TypeOf(complex(float32(0), float32(0))), C.TF_COMPLEX64},
106 TF_COMPLEX64 = 8, // Single-precision complex enumerator
279 EXPECT_EQ(TF_COMPLEX64, static_cast<TF_DataType>(tensorflow::DT_COMPLEX64)); in TEST()280 EXPECT_EQ(TF_COMPLEX, TF_COMPLEX64); in TEST()