ConvModule 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
卷积和激活模块。
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) |
卷积和激活模块。 |