MCPcopy
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

getLayerSummaryFunction · 0.80
printLayerSummaryFunction · 0.80
topology_test.tsFile · 0.80
core_test.tsFile · 0.80

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected