MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / className

Method className

custom-layer/custom_layer.js:85–87  ·  view source on GitHub ↗

* If a custom layer class is to support serialization, it must implement * the `className` static getter.

()

Source from the content-addressed store, hash-verified

83 * the `className` static getter.
84 */
85 static get className() {
86 return 'Antirectifier';
87 }
88}
89tf.serialization.registerClass(Antirectifier); // Needed for serialization.
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected