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

Method constructor

tfjs-layers/src/engine/container_test.ts:23–25  ·  view source on GitHub ↗
(args: LayerArgs)

Source from the content-addressed store, hash-verified

21class LayerForTest extends tfl.layers.Layer {
22 static className = 'LayerForTest';
23 constructor(args: LayerArgs) {
24 super(args);
25 }
26}
27
28class ContainerForTest extends Container {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected