Searched refs:dtype_object (Results 1 – 1 of 1) sorted by relevance
1484 PyObject* dtype_object = PyObject_GetAttrString(tensor, "dtype"); local1485 PyObject* dtype_enum = PyObject_GetAttrString(dtype_object, "_type_enum");1486 Py_DECREF(dtype_object);2913 tensorflow::Safe_PyObjectPtr dtype_object( local2916 if (dtype_object == nullptr) {2922 PyObject_GetAttrString(dtype_object.get(), "_type_enum"));