Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp571 py::object toPyObject(IValue ivalue) { in toPyObject() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h507 inline PyObject* toPyObject(const c10::SymInt& symint) { in toPyObject() function