Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ append
Method
append
tfjs-layers/src/base_callbacks.ts:118–120 ·
view source on GitHub ↗
(callback: BaseCallback)
Source
from the content-addressed store, hash-verified
116
}
117
118
append(callback: BaseCallback): void {
119
this.callbacks.push(callback);
120
}
121
122
setParams(params: Params): void {
123
for
(
const
callback of this.callbacks) {
Callers
15
table
Function · 0.80
base_callbacks_test.ts
File · 0.80
parseHeaders
Function · 0.80
save
Method · 0.80
run
Function · 0.80
run
Function · 0.80
predict
Function · 0.80
_save_and_convert_model
Function · 0.80
loadScript
Function · 0.80
ResetSection
Method · 0.80
AddFilters
Method · 0.80
CleanseRawStrings
Function · 0.80
Calls
1
push
Method · 0.45
Tested by
1
testDeserializeKerasModelTopologyAndWeightsFromBuffers
Method · 0.64