()
| 129 | } |
| 130 | |
| 131 | override getConfig(): serialization.ConfigDict { |
| 132 | return { |
| 133 | batchInputShape: this.batchInputShape, |
| 134 | dtype: this.dtype, |
| 135 | sparse: this.sparse, |
| 136 | name: this.name |
| 137 | }; |
| 138 | } |
| 139 | } |
| 140 | serialization.registerClass(InputLayer); |
| 141 |
nothing calls this directly
no outgoing calls
no test coverage detected