Conv2dBN 类

定义

卷积和 BN 模块。

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

构造函数

Conv2dBN(Int32, Int32, Int32, Int32, Int32, Int32, Int32)

初始化 Conv2dBN 类的新实例。

方法

forward(torch+Tensor)

卷积和 BN 模块。

适用于