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

Function getConfig

tfjs-layers/src/engine/base_random_layer.ts:30–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 override getConfig(): serialization.ConfigDict {
31 const config: serialization.ConfigDict = {
32 'seed': this.randomGenerator.seed
33 };
34
35 const baseConfig = super.getConfig();
36 Object.assign(config, baseConfig);
37 return config;
38 }
39}

Callers

nothing calls this directly

Calls 2

assignMethod · 0.80
getConfigMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…