()
| 33 | */ |
| 34 | class Antirectifier extends tf.layers.Layer { |
| 35 | constructor() { |
| 36 | super({}); |
| 37 | // TODO(bileschi): Can we point to documentation on masking here? |
| 38 | this.supportsMasking = true; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * This layer only works on 4D Tensors [batch, height, width, channels], |
nothing calls this directly
no outgoing calls
no test coverage detected