MCPcopy Create free account
hub / github.com/chenhaoxing/HDNet / __init__

Method __init__

models/drconv.py:53–58  ·  view source on GitHub ↗
(self, use_slow=None)

Source from the content-addressed store, hash-verified

51 use_slow = True
52
53 def __init__(self, use_slow=None):
54 super(Correlation, self).__init__()
55 if use_slow is not None:
56 self.use_slow = use_slow
57 else:
58 self.use_slow = Correlation.use_slow
59
60 def extra_repr(self):
61 if self.use_slow: return "xcorr_slow"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected