MCPcopy 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

Calls

no outgoing calls

Tested by

no test coverage detected