public override KerasSymbol Call(Shape shape, DType dtype = null) { return(K.RandomNormal(shape, this.mean, this.stddev, dtype: dtype, seed: this.seed)); }