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

Method getClassName

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

Source from the content-addressed store, hash-verified

488 }
489
490 override getClassName(): string {
491 // In Python Keras, LeCunNormal is not a class, but a helper method
492 // that creates a VarianceScaling object. Use 'VarianceScaling' as
493 // class name to be compatible with that.
494 return VarianceScaling.className;
495 }
496}
497serialization.registerClass(LeCunNormal);
498

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected