(args: LayerArgs)
| 21 | class LayerForTest extends tfl.layers.Layer { |
| 22 | static className = 'LayerForTest'; |
| 23 | constructor(args: LayerArgs) { |
| 24 | super(args); |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | class ContainerForTest extends Container { |
nothing calls this directly
no outgoing calls
no test coverage detected