↓ 3 callersClassDistributedArray __init__(self, shape, dtype, chunks_map, mode=REPLICA, comms=None) Multi-dimensional array distributed across multiple CUDA devices. Th
cupyx/distributed/array/_array.py:65
↓ 2 callersClassKDTree KDTree(data, leafsize=16, compact_nodes=True, copy_data=False, balanced_tree=True, boxsize=None) kd-tree for quick nearest-neigh
cupyx/scipy/spatial/_kdtree.py:27
↓ 1 callersClassLinearOperatorLinearOperator(shape, matvec, rmatvec=None, matmat=None, dtype=None, \ rmatmat=None) Common interface for performing matrix vector products
cupyx/scipy/sparse/linalg/_interface.py:11