共用方式為


ConvModule 類別

定義

卷積和啟用模組。

public class ConvModule : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type ConvModule = class
    inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class ConvModule
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
繼承
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
ConvModule

建構函式

ConvModule(Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean)

初始化 ConvModule 類別的新執行個體。

方法

forward(torch+Tensor)

卷積和啟用模組。

適用於