MBConv 类

定义

MBConv 层。

public class MBConv : TorchSharp.torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
type MBConv = class
    inherit torch.nn.Module<torch.Tensor, torch.Tensor>
Public Class MBConv
Inherits torch.nn.Module(Of torch.Tensor, torch.Tensor)
继承
torch.nn.Module<TorchSharp.torch.Tensor,TorchSharp.torch.Tensor>
MBConv

构造函数

MBConv(Int32, Int32, Double)

初始化 MBConv 类的新实例。

方法

Dispose(Boolean)

MBConv 层。

forward(torch+Tensor)

MBConv 层。

适用于