Searched defs:MapIndexToLocation (Results 1 – 1 of 1) sorted by relevance
45 struct MapIndexToLocation { struct48 : dimx_(dimx), dimy_(dimy), dimz_(dimz), reverse_(reverse) {} in dimx_()50 __host__ __device__ int operator()(int id) const { in operator()79 int dimx_;80 int dimy_;81 int dimz_;82 bool reverse_;