Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ time_block2d
Method
time_block2d
benchmarks/benchmarks/bench_shape_base.py:84–85 ·
view source on GitHub ↗
(self, shape, dtype, n_chunks)
Source
from the content-addressed store, hash-verified
82
]
83
84
def
time_block2d(self, shape, dtype, n_chunks):
85
np.block(self.block_list)
86
87
88
class
Block3D(Benchmark):
Callers
nothing calls this directly
Calls
1
block
Method · 0.80
Tested by
no test coverage detected