(args: LayerArgs)
| 201 | class LayerForTest extends tfl.layers.Layer { |
| 202 | static className = 'LayerForTest'; |
| 203 | constructor(args: LayerArgs) { |
| 204 | super(args); |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | describe('Input()', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected