Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ load_flags_cpuinfo
Method
load_flags_cpuinfo
numpy/core/tests/test_cpu_features.py:93–94 ·
view source on GitHub ↗
(self, magic_key)
Source
from the content-addressed store, hash-verified
91
return
False
92
93
def
load_flags_cpuinfo(self, magic_key):
94
self.features_flags = self.get_cpuinfo_item(magic_key)
95
96
def
get_cpuinfo_item(self, magic_key):
97
values = set()
Callers
2
load_flags
Method · 0.80
load_flags
Method · 0.80
Calls
1
get_cpuinfo_item
Method · 0.95
Tested by
no test coverage detected