(args: BaseRandomLayerArgs)
| 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 = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…