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

Function constructor

tfjs-layers/src/engine/base_random_layer.ts:25–28  ·  view source on GitHub ↗
(args: BaseRandomLayerArgs)

Source from the content-addressed store, hash-verified

23 protected randomGenerator: RandomSeed;
24
25 constructor(args: BaseRandomLayerArgs) {
26 super(args);
27 this.randomGenerator = new RandomSeed(args.seed);
28 }
29
30 override getConfig(): serialization.ConfigDict {
31 const config: serialization.ConfigDict = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…