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

Method _x2

numpy/core/tests/test_simd.py:38–39  ·  view source on GitHub ↗
(self, intrin_name)

Source from the content-addressed store, hash-verified

36 return getattr(self.npyv, attr + "_" + self.sfx)
37
38 def _x2(self, intrin_name):
39 return getattr(self.npyv, f"{intrin_name}_{self.sfx}x2")
40
41 def _data(self, start=None, count=None, reverse=False):
42 """

Callers 1

test_reorderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected