* If a custom layer class is to support serialization, it must implement * the `className` static getter.
()
| 83 | * the `className` static getter. |
| 84 | */ |
| 85 | static get className() { |
| 86 | return 'Antirectifier'; |
| 87 | } |
| 88 | } |
| 89 | tf.serialization.registerClass(Antirectifier); // Needed for serialization. |
| 90 |
nothing calls this directly
no outgoing calls
no test coverage detected