Movatterモバイル変換


[0]ホーム

URL:


Skip to main contentSkip to in-page navigation

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

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

Tensor

Provides methods for tensor operations.

Tensor<T>

Represents a tensor.

TensorPrimitives

Performs primitive tensor operations over spans of memory.

Structs

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.

Interfaces

IReadOnlyTensor

Represents a read-only tensor.

IReadOnlyTensor<TSelf,T>

Represents a read-only tensor.

ITensor

Represents a tensor.

ITensor<TSelf,T>

Represents a tensor.

Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, seeour contributor guide.

Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo