Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp552 static PyObject* THPModule_cxxFlags(PyObject* module, PyObject* noargs) { in THPModule_cxxFlags() function
1338 {"_cxx_flags", THPModule_cxxFlags, METH_NOARGS, nullptr},
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1118 def _cxx_flags() -> str: ... # THPModule_cxxFlags