MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / greater

Method greater

tensorflow/core/kernels/topk_op_gpu.h:62–67  ·  view source on GitHub ↗

Test-only.

Source from the content-addressed store, hash-verified

60
61 // Test-only.
62 static bool greater(const Entry<T>& a, const Entry<T>& b) {
63 if (a.value == b.value) {
64 return a.index < b.index;
65 }
66 return a.value > b.value;
67 }
68};
69
70template <typename T>

Callers 15

compute_fprFunction · 0.80
compute_fnrFunction · 0.80
_compute_dynamic_aucFunction · 0.80
testLargeCaseMethod · 0.80
summarize_activationFunction · 0.80
_prune_invalid_weightsFunction · 0.80
normalBehaviorHelperMethod · 0.80
testNormalBehaviorMethod · 0.80

Calls

no outgoing calls

Tested by 15

testLargeCaseMethod · 0.64
normalBehaviorHelperMethod · 0.64
testNormalBehaviorMethod · 0.64
fMethod · 0.64
testCond_6Method · 0.64
testCondResourceGradMethod · 0.64
c1Method · 0.64
c1Method · 0.64
c1Method · 0.64
testIfMethod · 0.64
my_function_with_condMethod · 0.64