Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1484 PyObject* dtype_object = PyObject_GetAttrString(tensor, "dtype"); local
1485 PyObject* dtype_enum = PyObject_GetAttrString(dtype_object, "_type_enum");
1486 Py_DECREF(dtype_object);
2913 tensorflow::Safe_PyObjectPtr dtype_object( local
2916 if (dtype_object == nullptr) {
2922 PyObject_GetAttrString(dtype_object.get(), "_type_enum"));