Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dpython_comm.h5 void initCommMethods(PyObject* module);
H A Dpython_comm.cpp16 void initCommMethods(PyObject* module) { in initCommMethods() function
H A DModule.cpp1997 python::initCommMethods(module); in initModule()