Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/profiler/python/
H A Dinit.h29 void initPythonBindings(PyObject* module);
H A Dinit.cpp284 void initPythonBindings(PyObject* module) { in initPythonBindings() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1715 torch::profiler::initPythonBindings(module); in initModule()