()
| 483 | } |
| 484 | |
| 485 | protected override assertNotDisposed() { |
| 486 | if (this._refCount === 0) { |
| 487 | throw new Error(`Container '${this.name}' is already disposed.`); |
| 488 | } |
| 489 | } |
| 490 | |
| 491 | /** |
| 492 | * Attempt to dispose a LayersModel's weights. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…