Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dgpu_launch_config.h373 std::array<void*, sizeof...(Ts)> GetArrayOfElementPointers( in GetArrayOfElementPointers() function
H A Dgpu_kernel_helper.h111 auto arg_ptrs = detail::GetArrayOfElementPointers(&args_tuple); in GpuLaunchKernel()