1 write to shiftSize
Microsoft.ML.TorchSharp (1)
AutoFormerV2\BasicLayer.cs (1)
46
this.
shiftSize
= windowSize / 2;
4 references to shiftSize
Microsoft.ML.TorchSharp (4)
AutoFormerV2\BasicLayer.cs (4)
69
List<int> hSlicesStartAndEnd = new List<int>() { 0, hp - this.windowSize, hp - this.windowSize, hp - this.
shiftSize
, hp - this.
shiftSize
, hp };
70
List<int> wSlicesStartAndEnd = new List<int>() { 0, wp - this.windowSize, wp - this.windowSize, wp - this.
shiftSize
, wp - this.
shiftSize
, wp };