Searched refs:index_j (Results 1 – 2 of 2) sorted by relevance
28 double simple_function(int index_i, int index_j) in simple_function() argument30 return index_i+index_j; in simple_function()
44 const Index index_j = ldg(indices_i + j); in GatherSliceOpKernel() local45 out_of_bounds |= !FastBoundsCheck(index_j, batch_indices[j]); in GatherSliceOpKernel()46 offset += batch_strides[j] * index_j; in GatherSliceOpKernel()