Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_index
Method
get_index
tensorflow/core/kernels/topk_op_gpu.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
__device__ Entry& operator[](std::size_t index) const { return data[index]; }
75
76
__device__ int get_index(int i) const { return data[i].index; }
77
__device__ T get_value(int i) const { return data[i].value; }
78
79
Entry* const data;
Callers
1
is_above
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected