Condividi tramite


Tensor.Reshape Metodo

Definizione

Overload

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

Modifica il tensore tensor al lengthsspecificato. Se una delle lunghezze è -1, verrà calcolata automaticamente. Non modifica la lunghezza della memoria sottostante né alloca nuova memoria. Se la nuova forma non è compatibile con la forma precedente, viene generata un'eccezione.

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

Modifica il tensore tensor al lengthsspecificato. Se una delle lunghezze è -1, verrà calcolata automaticamente. Non modifica la lunghezza della memoria sottostante né alloca nuova memoria. Se la nuova forma non è compatibile con la forma precedente, viene generata un'eccezione.

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

Modifica il tensore tensor al lengthsspecificato. Se una delle lunghezze è -1, verrà calcolata automaticamente. Non modifica la lunghezza della memoria sottostante né alloca nuova memoria. Se la nuova forma non è compatibile con la forma precedente, viene generata un'eccezione.

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

Origine:
TensorExtensions.cs

Modifica il tensore tensor al lengthsspecificato. Se una delle lunghezze è -1, verrà calcolata automaticamente. Non modifica la lunghezza della memoria sottostante né alloca nuova memoria. Se la nuova forma non è compatibile con la forma precedente, viene generata un'eccezione.

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

Parametri di tipo

T

Parametri

tensor
ReadOnlyTensorSpan<T>

TensorSpan<T> si desidera modificare la forma.

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

ReadOnlySpan<T> con le nuove dimensioni.

Restituisce

Si applica a

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

Origine:
TensorExtensions.cs

Modifica il tensore tensor al lengthsspecificato. Se una delle lunghezze è -1, verrà calcolata automaticamente. Non modifica la lunghezza della memoria sottostante né alloca nuova memoria. Se la nuova forma non è compatibile con la forma precedente, viene generata un'eccezione.

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

Parametri di tipo

T

Parametri

tensor
Tensor<T>

Tensor<T> si desidera modificare la forma.

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

ReadOnlySpan<T> con le nuove dimensioni.

Restituisce

Si applica a

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

Origine:
TensorExtensions.cs

Modifica il tensore tensor al lengthsspecificato. Se una delle lunghezze è -1, verrà calcolata automaticamente. Non modifica la lunghezza della memoria sottostante né alloca nuova memoria. Se la nuova forma non è compatibile con la forma precedente, viene generata un'eccezione.

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

Parametri di tipo

T

Parametri

tensor
TensorSpan<T>

TensorSpan<T> si desidera modificare la forma.

lengths

ReadOnlySpan<IntPtr>

ReadOnlySpan<nativeint>

ReadOnlySpan<T> con le nuove dimensioni.

Restituisce

Si applica a