(args: ContainerArgs)
| 517 | private userDefinedMetadata: {}; |
| 518 | |
| 519 | constructor(args: ContainerArgs) { |
| 520 | super(args); |
| 521 | this.isTraining = false; |
| 522 | } |
| 523 | |
| 524 | /** |
| 525 | * Print a text summary of the model's layers. |
nothing calls this directly
no outgoing calls
no test coverage detected