Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DCUDAJitLoops.cuh43 constexpr auto tuple_to_array(std::tuple<Args...>& extra_args) { in tuple_to_array() function
281 auto extra_args_array = tuple_to_array(extra_args); in jitted_gpu_kernel_impl()