ConvLayer 类

定义

AutoFormer 网络中卷积块的层。

public class ConvLayer : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,int,int,(TorchSharp.torch.Tensor, int, int, TorchSharp.torch.Tensor, int, int)>
type ConvLayer = class
    inherit torch.nn.Module<torch.Tensor, int, int, ValueTuple<torch.Tensor, int, int, torch.Tensor, int, int>>
Public Class ConvLayer
Inherits torch.nn.Module(Of torch.Tensor, Integer, Integer, ValueTuple(Of torch.Tensor, Integer, Integer, torch.Tensor, Integer, Integer))
继承
torch.nn.Module<TorchSharp.torch.Tensor,Int32,Int32,ValueTuple<TorchSharp.torch.Tensor,Int32,Int32,TorchSharp.torch.Tensor,Int32,Int32>>
ConvLayer

构造函数

ConvLayer(Int32, Int32, Int32, Double)

初始化 ConvLayer 类的新实例。

方法

forward(torch+Tensor, Int32, Int32)

AutoFormer 网络中卷积块的层。

适用于