Module traits

Module traits 

Source
Expand description

Extra traits for third-party array implementations.

Traitsยง

AsyncArray
Trait for arrays that support asynchronous operations.
DifferentiableArray
Trait for arrays that support automatic differentiation.
StridedArray
Trait for arrays that support strided access.
ZeroCopyArray
Trait for arrays that support zero-copy operations.