Tensor.SqueezeDimension 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SqueezeDimension<T>(Tensor<T>, Int32) |
從指定 |
SqueezeDimension<T>(ReadOnlyTensorSpan<T>, Int32) |
從指定 |
SqueezeDimension<T>(TensorSpan<T>, Int32) |
從指定 |
SqueezeDimension<T>(Tensor<T>, Int32)
從指定 dimension
的 tensor
中移除長度為1的座標軸。
如果維度不是長度,則會擲回例外狀況。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::Tensor<T> ^ SqueezeDimension(System::Numerics::Tensors::Tensor<T> ^ tensor, int dimension);
public static System.Numerics.Tensors.Tensor<T> SqueezeDimension<T> (this System.Numerics.Tensors.Tensor<T> tensor, int dimension);
static member SqueezeDimension : System.Numerics.Tensors.Tensor<'T> * int -> System.Numerics.Tensors.Tensor<'T>
<Extension()>
Public Function SqueezeDimension(Of T) (tensor As Tensor(Of T), dimension As Integer) As Tensor(Of T)
類型參數
- T
參數
- dimension
- Int32
要移除的維度。
傳回
適用於
SqueezeDimension<T>(ReadOnlyTensorSpan<T>, Int32)
從指定 dimension
的 tensor
中移除長度為1的座標軸。
如果維度不是長度,則會擲回例外狀況。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::ReadOnlyTensorSpan<T> SqueezeDimension(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % tensor, int dimension);
public static System.Numerics.Tensors.ReadOnlyTensorSpan<T> SqueezeDimension<T> (this in System.Numerics.Tensors.ReadOnlyTensorSpan<T> tensor, int dimension);
static member SqueezeDimension : ReadOnlyTensorSpan * int -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
<Extension()>
Public Function SqueezeDimension(Of T) (ByRef tensor As ReadOnlyTensorSpan(Of T), dimension As Integer) As ReadOnlyTensorSpan(Of T)
類型參數
- T
參數
- tensor
- ReadOnlyTensorSpan<T>
要移除長度為 1 的維度 ReadOnlyTensorSpan<T>。
- dimension
- Int32
要移除的維度。
傳回
適用於
SqueezeDimension<T>(TensorSpan<T>, Int32)
從指定 dimension
的 tensor
中移除長度為1的座標軸。
如果維度不是長度,則會擲回例外狀況。
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Tensors::TensorSpan<T> SqueezeDimension(System::Numerics::Tensors::TensorSpan<T> % tensor, int dimension);
public static System.Numerics.Tensors.TensorSpan<T> SqueezeDimension<T> (this in System.Numerics.Tensors.TensorSpan<T> tensor, int dimension);
static member SqueezeDimension : TensorSpan * int -> System.Numerics.Tensors.TensorSpan<'T>
<Extension()>
Public Function SqueezeDimension(Of T) (ByRef tensor As TensorSpan(Of T), dimension As Integer) As TensorSpan(Of T)
類型參數
- T
參數
- tensor
- TensorSpan<T>
要移除長度為 1 的維度 TensorSpan<T>。
- dimension
- Int32
要移除的維度。