Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ countParams
Method
countParams
tfjs-layers/src/models.ts:625–630 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
623
}
624
625
override countParams(): number {
626
if
(!this.built) {
627
this.build();
628
}
629
return
super.countParams();
630
}
631
632
/**
633
* Print a text summary of the Sequential model's layers.
Callers
6
getLayerSummary
Function · 0.80
printLayerSummary
Function · 0.80
printLayerSummaryWithConnections
Function · 0.80
tfjs_backend_test.ts
File · 0.80
topology_test.ts
File · 0.80
core_test.ts
File · 0.80
Calls
1
build
Method · 0.95
Tested by
no test coverage detected