This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides types and methods for tensor operations and memory management.
Tensor | Provides methods for tensor operations. |
Tensor<T> | Represents a tensor. |
TensorPrimitives | Performs primitive tensor operations over spans of memory. |
ReadOnlyTensorDimensionSpan<T>.Enumerator | Enumerates the spans of a tensor dimension span. |
ReadOnlyTensorDimensionSpan<T> | Represents the slices that exist within a dimension of a tensor span. |
ReadOnlyTensorSpan<T>.Enumerator | Enumerates the elements of a tensor span. |
ReadOnlyTensorSpan<T> | Represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managedor native memory, or to memory allocated on the stack. It is type-safe and memory-safe. |
Tensor<T>.Enumerator | Enumerates the elements of a tensor. |
TensorDimensionSpan<T>.Enumerator | Enumerates the spans of a tensor dimension span. |
TensorDimensionSpan<T> | Represents the slices that exist within a dimension of a tensor span. |
TensorSpan<T>.Enumerator | Enumerates the elements of a tensor span. |
TensorSpan<T> | Represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managedor native memory, or to memory allocated on the stack. It is type-safe and memory-safe. |
IReadOnlyTensor | Represents a read-only tensor. |
IReadOnlyTensor<TSelf,T> | Represents a read-only tensor. |
ITensor | Represents a tensor. |
ITensor<TSelf,T> | Represents a tensor. |
Was this page helpful?
Was this page helpful?