Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
template <typename T>
Callers
15
compute_fpr
Function · 0.80
compute_fnr
Function · 0.80
_streaming_confusion_matrix_at_thresholds
Function · 0.80
_compute_dynamic_auc
Function · 0.80
continue_computing_dynamic_auc
Function · 0.80
testLargeCase
Method · 0.80
summarize_activation
Function · 0.80
_prune_invalid_weights
Function · 0.80
testRejectionBatchingBehavior
Method · 0.80
normalBehaviorHelper
Method · 0.80
testNormalBehavior
Method · 0.80
_logits_to_predictions
Method · 0.80
Calls
no outgoing calls
Tested by
15
testLargeCase
Method · 0.64
testRejectionBatchingBehavior
Method · 0.64
normalBehaviorHelper
Method · 0.64
testNormalBehavior
Method · 0.64
f
Method · 0.64
testCond_6
Method · 0.64
testCondResourceGrad
Method · 0.64
c1
Method · 0.64
c1
Method · 0.64
c1
Method · 0.64
testIf
Method · 0.64
my_function_with_cond
Method · 0.64