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

Method tick

tfjs-node/src/callbacks_test.ts:29–31  ·  view source on GitHub ↗
(tickConfig: {placeholderForLossesAndMetrics: string})

Source from the content-addressed store, hash-verified

27 constructor(readonly specs: string, readonly config?: {}) {}
28
29 tick(tickConfig: {placeholderForLossesAndMetrics: string}) {
30 this.tickConfigs.push(tickConfig);
31 }
32 }
33
34 let originalStderrColumns: number;

Callers 3

constructorMethod · 0.80
app_node_test.jsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected