Partager via


Conv2dBN Classe

Définition

Module Convolution et 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)
Héritage
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
Conv2dBN

Constructeurs

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

Initialise une nouvelle instance de la classe Conv2dBN.

Méthodes

forward(torch+Tensor)

Module Convolution et BN.

S’applique à