WindowAttention(int embedSize, int numHeads) : attn = MultiHeadAttention(numHeads, embedSize, masked: false);