MCPcopy Index your code
hub / github.com/tensorflow/tfjs / setModel

Method setModel

tfjs-layers/src/base_callbacks.ts:128–132  ·  view source on GitHub ↗
(model: Container)

Source from the content-addressed store, hash-verified

126 }
127
128 setModel(model: Container): void {
129 for (const callback of this.callbacks) {
130 callback.setModel(model);
131 }
132 }
133
134 /**
135 * Called at the start of an epoch.

Callers 4

callbacks_test.tsFile · 0.45
fitLoopMethod · 0.45
fitDatasetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected