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