Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ get_value
Method
get_value
tensorflow/core/kernels/topk_op_gpu.h:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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;
80
};
Callers
6
_initialize_weights
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Traverse
Method · 0.45
testOptimizerWithCallbacks
Method · 0.45
is_above
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
testOptimizerWithCallbacks
Method · 0.36