Share via


System.Numerics.Tensors Namespace

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.

Classes

Tensor

Provides methods for tensor operations.

Tensor<T>

Represents a tensor.

TensorPrimitives

Performs primitive tensor operations over spans of memory.

Structs

ReadOnlyTensorSpan<T>.Enumerator

Enumerates the elements of a ReadOnlyTensorSpan<T>.

ReadOnlyTensorSpan<T>

Represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed or native memory, or to memory allocated on the stack. It is type-safe and memory-safe.

TensorSpan<T>.Enumerator

Enumerates the elements of a TensorSpan<T>.

TensorSpan<T>

Represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed or native memory, or to memory allocated on the stack. It is type-safe and memory-safe.

Interfaces

IReadOnlyTensor<TSelf,T>

Represents a read-only tensor.

ITensor<TSelf,T>

Represents a tensor.