MCPcopy Create free account
hub / github.com/numpy/numpy / _nlanes

Method _nlanes

numpy/_core/tests/test_simd.py:131–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

129 To test all boolean vector types at once
130 """
131 def _nlanes(self):
132 return getattr(self.npyv, "nlanes_u" + self.sfx[1:])
133
134 def _data(self, start=None, count=None, reverse=False):
135 true_mask = self._true_mask()

Callers 2

_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected