Home
last modified time | relevance | path

Searched refs:TF_COMPLEX (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_datatype.h56 TF_COMPLEX = 8, // Old identifier kept for API backwards compatibility enumerator
Dc_api_test.cc304 EXPECT_EQ(TF_COMPLEX, TF_COMPLEX64); in TEST()
/external/tensorflow/tensorflow/go/
Dtensor.go55 Complex DataType = C.TF_COMPLEX
/external/tensorflow/tensorflow/python/client/
Dtf_session_wrapper.cc1191 .value("TF_COMPLEX", TF_COMPLEX) in PYBIND11_MODULE()