Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.h90 struct StridedData { struct
91 typedef impl::Entry<T> Entry;
97 __device__ int get_index(int i) const { return (*this)[i].index; } in get_index()
98 __device__ T get_value(int i) const { return (*this)[i].value; } in get_value()
100 Entry* const data;