Home
last modified time | relevance | path

Searched defs:gather_i (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgather_functor_gpu.cu.h56 Index gather_i = ldg(indices + indices_i); in GatherOpKernel() local
H A Dgather_functor_batched_gpu.cu.h68 Index gather_i = ldg(indices + batch_i * indices_size + indices_i); in GatherOpKernel() local