Searched refs:dtype_enum (Results 1 – 1 of 1) sorted by relevance
1485 PyObject* dtype_enum = PyObject_GetAttrString(dtype_object, "_type_enum"); local1488 static_cast<tensorflow::DataType>(MakeInt(dtype_enum));1489 Py_DECREF(dtype_enum);2921 tensorflow::Safe_PyObjectPtr dtype_enum( local2924 if (dtype_enum == nullptr) {2930 static_cast<tensorflow::DataType>(MakeInt(dtype_enum.get()));