ConvLayer 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
AutoFormer 網路中卷積區塊的圖層。
public class ConvLayer : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,int,int,(TorchSharp.torch.Tensor, int, int, TorchSharp.torch.Tensor, int, int)>
type ConvLayer = class
inherit torch.nn.Module<torch.Tensor, int, int, ValueTuple<torch.Tensor, int, int, torch.Tensor, int, int>>
Public Class ConvLayer
Inherits torch.nn.Module(Of torch.Tensor, Integer, Integer, ValueTuple(Of torch.Tensor, Integer, Integer, torch.Tensor, Integer, Integer))
- 繼承
建構函式
ConvLayer(Int32, Int32, Int32, Double) |
初始化 ConvLayer 類別的新執行個體。 |
方法
Dispose(Boolean) |
AutoFormer 網路中卷積區塊的圖層。 |
forward(torch+Tensor, Int32, Int32) |
AutoFormer 網路中卷積區塊的圖層。 |