(model: LayersModel)
| 140 | // |
| 141 | |
| 142 | function getModelSummary(model: LayersModel) { |
| 143 | return { |
| 144 | layers: model.layers.map(getLayerSummary), |
| 145 | }; |
| 146 | } |
| 147 | |
| 148 | /* |
| 149 | * Gets summary information/metadata about a layer. |
no outgoing calls
no test coverage detected
searching dependent graphs…