Embedding(this.numEmbeddings, this.embeddingDim, {this.paddingIdx}) { weight = Tensor.zeros([numEmbeddings, embeddingDim]); }