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

Method _nlanes

numpy/core/tests/test_simd.py:126–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

124 To test all boolean vector types at once
125 """
126 def _nlanes(self):
127 return getattr(self.npyv, "nlanes_u" + self.sfx[1:])
128
129 def _data(self, start=None, count=None, reverse=False):
130 true_mask = self._true_mask()

Callers 2

_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected