Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.h75 struct IndirectLinearData { struct
76 typedef impl::Entry<T> Entry;
80 __device__ int get_index(int i) const { in get_index()
83 __device__ T get_value(int i) const { return data[i].value; } in get_value()
85 Entry* const data;
86 Entry* const backing_data;