다음을 통해 공유


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)

나선형 및 활성화 모듈입니다.

적용 대상