MCPcopy 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_weightsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TraverseMethod · 0.45
is_aboveMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36