Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1485 PyObject* dtype_enum = PyObject_GetAttrString(dtype_object, "_type_enum"); local
1488 static_cast<tensorflow::DataType>(MakeInt(dtype_enum));
1489 Py_DECREF(dtype_enum);
2921 tensorflow::Safe_PyObjectPtr dtype_enum( local
2924 if (dtype_enum == nullptr) {
2930 static_cast<tensorflow::DataType>(MakeInt(dtype_enum.get()));