MCPcopy Create free account
hub / github.com/tensorflow/tfjs / getConfig

Method getConfig

tfjs-layers/src/initializers.ts:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 override getConfig(): serialization.ConfigDict {
176 return {mean: this.mean, stddev: this.stddev, seed: this.seed};
177 }
178}
179serialization.registerClass(RandomNormal);
180

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected