Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ result
Method
result
tensorflow/python/keras/metrics_test.py:1918–1919 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1916
self.true_positives.assign_add(math_ops.reduce_sum(values))
1917
1918
def
result(self):
1919
return
self.true_positives
1920
1921
1922
@test_util.run_all_in_graph_and_eager_modes
Callers
15
test_unweighted
Method · 0.95
test_sum
Method · 0.45
test_save_restore
Method · 0.45
test_accuracy
Method · 0.45
test_accuracy_ragged
Method · 0.45
test_binary_accuracy
Method · 0.45
test_binary_accuracy_ragged
Method · 0.45
test_categorical_accuracy
Method · 0.45
test_categorical_accuracy_ragged
Method · 0.45
test_sparse_categorical_accuracy
Method · 0.45
test_sparse_categorical_accuracy_mismatched_dims
Method · 0.45
test_unweighted
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected