Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.h8 void initPythonIRBindings(PyObject* module);
H A Dpython_ir.cpp191 void initPythonIRBindings(PyObject* module_) { in initPythonIRBindings() function
H A Dinit.cpp2276 initPythonIRBindings(module); in initJITBindings()