Searched defs:type_attr (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
H A Dc_api.cc664 const string& type_attr = op_def_arg.type_attr(); local
665 if (!type_attr.empty()) {
666 auto i = ndef.attr().find(type_attr);
669 tensorflow::strings::StrCat("Could not find attr ", type_attr,
/external/python/cpython3/Modules/_ctypes/
H A D_ctypes.c1320 PyObject *length_attr, *type_attr; local
1334 type_attr = NULL;
1353 type_attr = PyObject_GetAttrString((PyObject *)result, "_type_");
1354 if (!type_attr) {
1365 itemdict = PyType_stgdict(type_attr);
1403 stgdict->proto = type_attr;
1432 Py_XDECREF(type_attr);

Completed in 137 milliseconds