Tensor.Squeeze Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Squeeze<T>(ReadOnlyTensorSpan<T>) |
Rimuove tutte le dimensioni di lunghezza 1 dalla |
Squeeze<T>(Tensor<T>) |
Rimuove tutte le dimensioni di lunghezza 1 dalla |
Squeeze<T>(TensorSpan<T>) |
Rimuove tutte le dimensioni di lunghezza 1 dalla |
Squeeze<T>(ReadOnlyTensorSpan<T>)
- Origine:
- TensorExtensions.cs
Rimuove tutte le dimensioni di lunghezza 1 dalla tensor
.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::ReadOnlyTensorSpan<T> Squeeze(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % tensor);
public static System.Numerics.Tensors.ReadOnlyTensorSpan<T> Squeeze<T> (this in System.Numerics.Tensors.ReadOnlyTensorSpan<T> tensor);
static member Squeeze : ReadOnlyTensorSpan -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
<Extension()>
Public Function Squeeze(Of T) (ByRef tensor As ReadOnlyTensorSpan(Of T)) As ReadOnlyTensorSpan(Of T)
Parametri di tipo
- T
Parametri
- tensor
- ReadOnlyTensorSpan<T>
ReadOnlyTensorSpan<T> rimuovere tutte le dimensioni di lunghezza 1.
Restituisce
Si applica a
Squeeze<T>(Tensor<T>)
- Origine:
- TensorExtensions.cs
Rimuove tutte le dimensioni di lunghezza 1 dalla tensor
.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::Tensor<T> ^ Squeeze(System::Numerics::Tensors::Tensor<T> ^ tensor);
public static System.Numerics.Tensors.Tensor<T> Squeeze<T> (this System.Numerics.Tensors.Tensor<T> tensor);
static member Squeeze : System.Numerics.Tensors.Tensor<'T> -> System.Numerics.Tensors.Tensor<'T>
<Extension()>
Public Function Squeeze(Of T) (tensor As Tensor(Of T)) As Tensor(Of T)
Parametri di tipo
- T
Parametri
Restituisce
Si applica a
Squeeze<T>(TensorSpan<T>)
- Origine:
- TensorExtensions.cs
Rimuove tutte le dimensioni di lunghezza 1 dalla tensor
.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::TensorSpan<T> Squeeze(System::Numerics::Tensors::TensorSpan<T> % tensor);
public static System.Numerics.Tensors.TensorSpan<T> Squeeze<T> (this in System.Numerics.Tensors.TensorSpan<T> tensor);
static member Squeeze : TensorSpan -> System.Numerics.Tensors.TensorSpan<'T>
<Extension()>
Public Function Squeeze(Of T) (ByRef tensor As TensorSpan(Of T)) As TensorSpan(Of T)
Parametri di tipo
- T
Parametri
- tensor
- TensorSpan<T>
TensorSpan<T> rimuovere tutte le dimensioni di lunghezza 1.