dpnp.random.RandomState.get_sycl_queue
method
- RandomState.get_sycl_queue()[source]
Return an instance of
dpctl.SyclQueue
used within the generator for data allocation.- Returns:
queue -- A SYCL queue used for data allocation.
- Return type:
method
Return an instance of dpctl.SyclQueue
used within the generator for data allocation.
queue -- A SYCL queue used for data allocation.