Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc808 Safe_PyObjectPtr ufunc_obj = make_safe(PyObject_GetAttrString(numpy, name)); in RegisterUFunc() local
809 if (!ufunc_obj) { in RegisterUFunc()
812 PyUFuncObject* ufunc = reinterpret_cast<PyUFuncObject*>(ufunc_obj.get()); in RegisterUFunc()