types
Number = int | float | np.int32 | np.int64 | np.float32 | np.float64
module-attribute
Allocator
Bases: Protocol
__call__(shape, dtype)
AsyncRequest
Bases: Protocol
Define the result of an over-the-network capable communication API
wait()
Block the current thread waiting for the request to be completed