次の方法で共有


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)

畳み込みとアクティブ化モジュール。

適用対象