Home
last modified time | relevance | path

Searched refs:THPModule_hasDistributed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp538 PyObject* THPModule_hasDistributed(PyObject* _unused, PyObject* noargs) { in THPModule_hasDistributed() function
1321 {"_has_distributed", THPModule_hasDistributed, METH_NOARGS, nullptr},
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1110 def _has_distributed() -> _bool: ... # THPModule_hasDistributed