Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DGraph.cpp58 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()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DExceptions.h385 auto wrap_pybind_function_no_gil(Func&& f) { in wrap_pybind_function_no_gil() function