()
| 584 | } |
| 585 | |
| 586 | override get weights(): LayerVariable[] { |
| 587 | return this.trainableWeights.concat(this.nonTrainableWeights); |
| 588 | } |
| 589 | |
| 590 | /** |
| 591 | * Loads all layer weights from a JSON object. |
nothing calls this directly
no test coverage detected
searching dependent graphs…