Partager via


ConvModule Classe

Définition

Module convolution et activation.

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

Constructeurs

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

Initialise une nouvelle instance de la classe ConvModule.

Méthodes

forward(torch+Tensor)

Module convolution et activation.

S’applique à