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:117–118 ·
view source on GitHub ↗
(self, dtype)
Source
from the content-addressed store, hash-verified
115
self.d = np.ones(200000, dtype=dtype)
116
117
def
time_argmin(self, dtype):
118
np.argmin(self.d)
119
120
121
class
SmallReduction(Benchmark):
Callers
nothing calls this directly
Calls
1
argmin
Method · 0.45
Tested by
no test coverage detected