SharedArray# class streaming.base.shared.SharedArray(shape, dtype, name)[source]# A numpy array of predetermined shape and dtype that lives in shared memory. Parameters shape (Union[int, Tuple[int]]) β Shape of the array. dtype (type) β Dtype of the array. name (str) β Its name in shared memory. numpy()[source]# Get as a numpy array. We canβt just internally store and use this numpy array shared memory wrapper because itβs not compatible with spawn.