Namespace NumSharp.Backends.Unmanaged
Classes
Structs
- ArraySlice<T>
ArraySlice<T> is similar to Span<T> but it can be moved around without having to follow
ref structrules.
ArraySlice<T> is similar to Span<T> but it can be moved around without having to follow ref struct rules.