Searched refs:THPModule_setBenchmarkCuDNN (Results 1 – 2 of 2) sorted by relevance
982 PyObject* THPModule_setBenchmarkCuDNN(PyObject* _unused, PyObject* arg) { in THPModule_setBenchmarkCuDNN() function1413 {"_set_cudnn_benchmark", THPModule_setBenchmarkCuDNN, METH_O, nullptr},
1150 def _set_cudnn_benchmark(arg: _bool) -> None: ... # THPModule_setBenchmarkCuDNN