Home
last modified time | relevance | path

Searched refs:initPythonCustomClassBindings (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_custom_class.h8 void initPythonCustomClassBindings(PyObject* module);
H A Dpython_custom_class.cpp42 void initPythonCustomClassBindings(PyObject* module) { in initPythonCustomClassBindings() function
H A Dinit.cpp2275 initPythonCustomClassBindings(module); in initJITBindings()