Home
last modified time | relevance | path

Searched defs:pyObj (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp621 PyObject* pyObj = PyUnicode_DecodeUTF8(s.data(), s.length(), "ignore"); in toPyObject() local
703 auto pyObj = pyClass.attr("__new__")(pyClass); in toPyObject() local