MCPcopy Create free account
hub / github.com/BVLC/caffe / ResetErrorCounts

Method ResetErrorCounts

scripts/cpp_lint.py:746–749  ·  view source on GitHub ↗

Sets the module's error statistic back to zero.

(self)

Source from the content-addressed store, hash-verified

744 ' (%s does not)' % filt)
745
746 def ResetErrorCounts(self):
747 """Sets the module's error statistic back to zero."""
748 self.error_count = 0
749 self.errors_by_category = {}
750
751 def IncrementErrorCount(self, category):
752 """Bumps the module's error statistic."""

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected