Home
last modified time | relevance | path

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

/external/eigen/bench/btl/generic_bench/init/
Dinit_function.hh28 double simple_function(int index_i, int index_j) in simple_function() argument
30 return index_i+index_j; in simple_function()
/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_gpu.cu.cc44 const Index index_j = ldg(indices_i + j); in GatherSliceOpKernel() local
45 out_of_bounds |= !FastBoundsCheck(index_j, batch_indices[j]); in GatherSliceOpKernel()
46 offset += batch_strides[j] * index_j; in GatherSliceOpKernel()