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

Method getClassName

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

Source from the content-addressed store, hash-verified

444 }
445
446 override getClassName(): string {
447 // In Python Keras, HeNormal is not a class, but a helper method
448 // that creates a VarianceScaling object. Use 'VarianceScaling' as
449 // class name to be compatible with that.
450 return VarianceScaling.className;
451 }
452}
453serialization.registerClass(HeNormal);
454

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected