Home
last modified time | relevance | path

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

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