MCPcopy 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
88class Block3D(Benchmark):

Callers

nothing calls this directly

Calls 1

blockMethod · 0.80

Tested by

no test coverage detected