Searched refs:wrap_pybind_function_no_gil (Results 1 – 2 of 2) sorted by relevance
58 torch::wrap_pybind_function_no_gil(&at::cuda::CUDAGraph::capture_end)) in THCPGraph_init()71 torch::wrap_pybind_function_no_gil(&at::cuda::CUDAGraph::replay)) in THCPGraph_init()74 torch::wrap_pybind_function_no_gil(&at::cuda::CUDAGraph::reset)) in THCPGraph_init()77 torch::wrap_pybind_function_no_gil(&at::cuda::CUDAGraph::pool)) in THCPGraph_init()80 torch::wrap_pybind_function_no_gil( in THCPGraph_init()84 torch::wrap_pybind_function_no_gil( in THCPGraph_init()88 torch::wrap_pybind_function_no_gil( in THCPGraph_init()
385 auto wrap_pybind_function_no_gil(Func&& f) { in wrap_pybind_function_no_gil() function