Searched defs:_PyObjAs (Results 1 – 2 of 2) sorted by relevance
26 bool _PyObjAs(PyObject *pystr, T* cstr) { in _PyObjAs() function39 bool _PyObjAs(PyObject *pystr, ::string* cstr) { in _PyObjAs() function48 bool _PyObjAs(PyObject *pystr, std::string* cstr) { in _PyObjAs() function
30 bool _PyObjAs(PyObject *input, tensorflow::NamedDevice *out) { in _PyObjAs() function