netstandard2.0
namespace Microsoft.ML.TorchSharp.AutoFormerV2
{
public class AutoFormerV2Backbone : Module<Tensor, List<Tensor>>
{
public AutoFormerV2Backbone(int inChannels = 3, List<int> embedChannels = null, List<int> depths = null, List<int> numHeads = null, List<int> windowSizes = null, double mlpRatio = 4, double dropRate = 0, double mbconvExpandRatio = 4, List<int> outIndices = null, bool useShiftWindow = true, bool useInterpolate = false, List<int> outChannels = null);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netstandard2.0 | |
Assemblies | Microsoft.ML.TorchSharp , Version=1.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.ML.TorchSharp , Version=1.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Microsoft.ML.TorchSharp netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |