1 instantiation of BasicLayer
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Backbone.cs (1)
92
this.layers.Add(new
BasicLayer
(
2 references to BasicLayer
Microsoft.ML.TorchSharp (2)
AutoFormerV2\BasicLayer.cs (2)
29
/// Initializes a new instance of the <see cref="
BasicLayer
"/> class.
42
: base(nameof(
BasicLayer
))