Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_dispatcher.cc46 bool IsRegisteredDispatchableType(PyObject* py_class) { in IsRegisteredDispatchableType()
74 bool RegisterDispatchableType(PyObject* py_class) { in RegisterDispatchableType()
234 for (const auto& py_class : py_classes_) { in Check() local
264 for (const auto& py_class : py_classes_) { in DebugString() local
H A Dpython_api_dispatcher_wrapper.cc138 m.def("register_dispatchable_type", [](py::handle py_class) { in PYBIND11_MODULE()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.cpp725 auto py_class = getScriptedClassOrError(enum_holder->type()); in toPyObject() local
H A Dpybind_utils.h835 auto py_class = in getScriptedClassOrError() local