Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ time_argmin
Method
time_argmin
benchmarks/benchmarks/bench_reduce.py:110–111 ·
view source on GitHub ↗
(self, dtype)
Source
from the content-addressed store, hash-verified
108
self.d = np.ones(200000, dtype=dtype)
109
110
def
time_argmin(self, dtype):
111
np.argmin(self.d)
112
113
114
class
SmallReduction(Benchmark):
Callers
nothing calls this directly
Calls
1
argmin
Method · 0.45
Tested by
no test coverage detected