Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
base_callbacks_test.ts
File · 0.45
callbacks_test.ts
File · 0.45
fitLoop
Method · 0.45
fitDataset
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected