Home
last modified time | relevance | path

Searched refs:newchunkshape (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-tables/tables-3.6.1/bench/
H A Dchunkshape-bench.py43 newchunkshape = (1, a.chunkshape[0] * a.chunkshape[1] * 10) # ten times larger variable
44 b = a.copy(f.root, "b", chunkshape=newchunkshape)
/dports/databases/caterva/caterva-9414145/caterva/
H A Dcaterva.c872 int32_t newchunkshape[CATERVA_MAX_DIM]; in caterva_squeeze_index() local
882 newchunkshape[nones] = array->chunkshape[i]; in caterva_squeeze_index()
890 array->chunkshape[i] = newchunkshape[i]; in caterva_squeeze_index()
898 CATERVA_ERROR(caterva_update_shape(array, nones, newshape, newchunkshape, newblockshape)); in caterva_squeeze_index()