()
| 534 | } |
| 535 | |
| 536 | override get trainable() { |
| 537 | return this.trainable_; |
| 538 | } |
| 539 | |
| 540 | override set trainable(trainable: boolean) { |
| 541 | this.layers.forEach(layer => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…