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

Method getConfig

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

Source from the content-addressed store, hash-verified

214 }
215
216 override getConfig(): serialization.ConfigDict {
217 return {mean: this.mean, stddev: this.stddev, seed: this.seed};
218 }
219}
220serialization.registerClass(TruncatedNormal);
221

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected