Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp982 PyObject* THPModule_setBenchmarkCuDNN(PyObject* _unused, PyObject* arg) { in THPModule_setBenchmarkCuDNN() function
1413 {"_set_cudnn_benchmark", THPModule_setBenchmarkCuDNN, METH_O, nullptr},
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1150 def _set_cudnn_benchmark(arg: _bool) -> None: ... # THPModule_setBenchmarkCuDNN