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)

卷积和激活模块。

适用于