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

Method constructor

tfjs-layers/src/engine/container_test.ts:30–32  ·  view source on GitHub ↗
(args: ContainerArgs)

Source from the content-addressed store, hash-verified

28class ContainerForTest extends Container {
29 static className = 'ContainerForTest';
30 constructor(args: ContainerArgs) {
31 super(args);
32 }
33}
34
35describeMathCPUAndGPU('Container.fromConfig', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected