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

Function get_vectors

benchmarks/benchmarks/common.py:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80@lru_cache(typed=True)
81def get_vectors():
82 # vectors
83 vectors = {t: s[0] for t, s in get_squares().items()}
84 return vectors
85
86
87@lru_cache(typed=True)

Callers

nothing calls this directly

Calls 1

get_squaresFunction · 0.85

Tested by

no test coverage detected