Partager via


Tensor.ToString Méthode

Définition

Surcharges

ToString<T>(Tensor<T>, ReadOnlySpan<IntPtr>)

Crée une représentation String du Tensor<T>. » />

ToString<T>(TensorSpan<T>, ReadOnlySpan<IntPtr>)

Crée une représentation String du TensorSpan<T>. » />

ToString<T>(ReadOnlyTensorSpan<T>, ReadOnlySpan<IntPtr>)

Crée une représentation String du ReadOnlyTensorSpan<T>. » />

ToString<T>(Tensor<T>, ReadOnlySpan<IntPtr>)

Source:
TensorExtensions.cs

Crée une représentation String du Tensor<T>. » />

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::String ^ ToString(System::Numerics::Tensors::Tensor<T> ^ tensor, ReadOnlySpan<IntPtr> maximumLengths);
public static string ToString<T> (this System.Numerics.Tensors.Tensor<T> tensor, scoped ReadOnlySpan<IntPtr> maximumLengths);
static member ToString : System.Numerics.Tensors.Tensor<'T> * ReadOnlySpan<nativeint> -> string
<Extension()>
Public Function ToString(Of T) (tensor As Tensor(Of T), maximumLengths As ReadOnlySpan(Of IntPtr)) As String

Paramètres de type

T

Paramètres

tensor
Tensor<T>

La Span<T> que vous souhaitez représenter sous forme de chaîne.

maximumLengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Longueur maximale de chaque dimension

Retours

Représentation String du tensor

S’applique à

ToString<T>(TensorSpan<T>, ReadOnlySpan<IntPtr>)

Source:
TensorExtensions.cs

Crée une représentation String du TensorSpan<T>. » />

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::String ^ ToString(System::Numerics::Tensors::TensorSpan<T> % tensor, ReadOnlySpan<IntPtr> maximumLengths);
public static string ToString<T> (this in System.Numerics.Tensors.TensorSpan<T> tensor, scoped ReadOnlySpan<IntPtr> maximumLengths);
static member ToString : TensorSpan * ReadOnlySpan<nativeint> -> string
<Extension()>
Public Function ToString(Of T) (ByRef tensor As TensorSpan(Of T), maximumLengths As ReadOnlySpan(Of IntPtr)) As String

Paramètres de type

T

Paramètres

tensor
TensorSpan<T>

La TensorSpan<T> que vous souhaitez représenter sous forme de chaîne.

maximumLengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Longueur maximale de chaque dimension

Retours

Représentation String du tensor

S’applique à

ToString<T>(ReadOnlyTensorSpan<T>, ReadOnlySpan<IntPtr>)

Source:
TensorExtensions.cs

Crée une représentation String du ReadOnlyTensorSpan<T>. » />

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::String ^ ToString(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % tensor, ReadOnlySpan<IntPtr> maximumLengths);
public static string ToString<T> (this in System.Numerics.Tensors.ReadOnlyTensorSpan<T> tensor, scoped ReadOnlySpan<IntPtr> maximumLengths);
static member ToString : ReadOnlyTensorSpan * ReadOnlySpan<nativeint> -> string
<Extension()>
Public Function ToString(Of T) (ByRef tensor As ReadOnlyTensorSpan(Of T), maximumLengths As ReadOnlySpan(Of IntPtr)) As String

Paramètres de type

T

Paramètres

tensor
ReadOnlyTensorSpan<T>

La ReadOnlyTensorSpan<T> que vous souhaitez représenter sous forme de chaîne.

maximumLengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

Longueur maximale de chaque dimension

Retours

S’applique à