MCPcopy Index your code
hub / github.com/numpy/numpy / load_flags_cpuinfo

Method load_flags_cpuinfo

numpy/_core/tests/test_cpu_features.py:98–99  ·  view source on GitHub ↗
(self, magic_key)

Source from the content-addressed store, hash-verified

96 return any(f in self.features_flags for f in map_names)
97
98 def load_flags_cpuinfo(self, magic_key):
99 self.features_flags = self.get_cpuinfo_item(magic_key)
100
101 def get_cpuinfo_item(self, magic_key):
102 values = set()

Callers 4

load_flagsMethod · 0.80
load_flagsMethod · 0.80
load_flagsMethod · 0.80
load_flagsMethod · 0.80

Calls 1

get_cpuinfo_itemMethod · 0.95

Tested by

no test coverage detected