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

Class

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

Source from the content-addressed store, hash-verified

32 * https://github.com/tensorflow/tfjs/issues/254
33 */
34class Antirectifier extends tf.layers.Layer {
35 constructor() {
36 super({});
37 // TODO(bileschi): Can we point to documentation on masking here?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected