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

Method constructor

tfjs-layers/src/base_callbacks_test.ts:193–195  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

191
192class MockLayersModel extends LayersModel {
193 constructor(name: string) {
194 super({inputs: [], outputs: [], name});
195 }
196}
197
198class MockCallback extends Callback {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected