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

Method constructor

tfjs-node/src/callbacks_test.ts:27–27  ·  view source on GitHub ↗
(readonly specs: string, readonly config?: {})

Source from the content-addressed store, hash-verified

25 readonly tickConfigs: Array<{placeholderForLossesAndMetrics: string}> = [];
26
27 constructor(readonly specs: string, readonly config?: {}) {}
28
29 tick(tickConfig: {placeholderForLossesAndMetrics: string}) {
30 this.tickConfigs.push(tickConfig);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected