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

Method constructor

tfjs-layers/src/engine/input_layer_test.ts:203–205  ·  view source on GitHub ↗
(args: LayerArgs)

Source from the content-addressed store, hash-verified

201class LayerForTest extends tfl.layers.Layer {
202 static className = 'LayerForTest';
203 constructor(args: LayerArgs) {
204 super(args);
205 }
206}
207
208describe('Input()', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected