1 write to strides
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Anchors.cs (1)
46this.strides = strides != null ? strides : this.pyramidLevels.Select(x => (int)Math.Pow(2, x)).ToArray();
1 reference to strides
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Anchors.cs (1)
75var shiftedAnchors = Shift(shape, this.strides[idx], anchors);