MCPcopy Create free account
hub / github.com/tensorflow/tfjs / constructor

Method constructor

tfjs-layers/src/engine/training.ts:519–522  ·  view source on GitHub ↗
(args: ContainerArgs)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected