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

Method constructor

tfjs-layers/src/initializers.ts:437–444  ·  view source on GitHub ↗
(args?: SeedOnlyInitializerArgs)

Source from the content-addressed store, hash-verified

435 static override className = 'HeNormal';
436
437 constructor(args?: SeedOnlyInitializerArgs) {
438 super({
439 scale: 2.0,
440 mode: 'fanIn',
441 distribution: 'normal',
442 seed: args == null ? null : args.seed
443 });
444 }
445
446 override getClassName(): string {
447 // In Python Keras, HeNormal is not a class, but a helper method

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected