Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Provides types and methods for tensor operations and memory management.

Classes

Name Description
Tensor

Provides methods for tensor operations.

Tensor<T>

Represents a tensor.

TensorPrimitives

Performs primitive tensor operations over spans of memory.

Structs

Name Description
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 managed or 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 managed or native memory, or to memory allocated on the stack. It is type-safe and memory-safe.

Interfaces

Name Description
IReadOnlyTensor

Represents a read-only tensor.

IReadOnlyTensor<TSelf,T>

Represents a read-only tensor.

ITensor

Represents a tensor.

ITensor<TSelf,T>

Represents a tensor.


Feedback

Was this page helpful?