Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp702 auto pyClass = getScriptedClassOrError(obj->type()); in toPyObject()
725 auto py_class = getScriptedClassOrError(enum_holder->type()); in toPyObject()
H A Dpybind_utils.h834 inline py::object getScriptedClassOrError(const c10::NamedTypePtr& classType) { in getScriptedClassOrError() function