Home
last modified time | relevance | path

Searched refs:x_chunks (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-dask/dask-2021.11.2/dask/array/tests/
H A Dtest_cupy_slicing.py15 def test_index_with_int_dask_array(x_chunks, idx_chunks): argument
26 x = da.from_array(x, chunks=x_chunks)
37 def test_index_with_int_dask_array(x_chunks, idx_chunks): argument
48 if x_chunks is not None:
49 x = da.from_array(x, chunks=x_chunks)
H A Dtest_cupy_sparse.py64 x_shape, x_chunks = (4, 8), (2, 4)
72 da_x = da.from_array(x, chunks=x_chunks, asarray=False, fancy=False)
H A Dtest_slicing.py632 def test_index_with_int_dask_array(x_chunks, idx_chunks): argument
643 if x_chunks is not None:
644 x = da.from_array(x, chunks=x_chunks)
H A Dtest_routines.py302 def test_matmul(x_shape, y_shape, x_chunks, y_chunks): argument
308 a = da.from_array(x, chunks=x_chunks or tuple((i // 2) for i in x.shape))
/dports/devel/py-dask/dask-2021.11.2/dask/array/
H A Dchunk.py345 def slice_with_int_dask_array_aggregate(idx, chunk_outputs, x_chunks, axis): argument
374 idx = np.where(idx < 0, idx + sum(x_chunks), idx)
384 for x_chunk in x_chunks:
H A Dslicing.py1108 x_chunks=x.chunks[axis],
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dxbasic.c113 static int chunkWidth, nChunk, supersub, dy_super, dy_sub, x_chunks; variable
207 x_chunks= 0; in GxJustifyText()
330 xadj-= x_chunks; in GxJustifyNext()
343 x_chunks+= chunkWidth; /* accumulate all chunks except last */ in GxJustifyNext()