MCPcopy
hub / github.com/tensorflow/tfjs / getModelSummary

Function getModelSummary

tfjs-vis/src/show/model.ts:142–146  ·  view source on GitHub ↗
(model: LayersModel)

Source from the content-addressed store, hash-verified

140//
141
142function getModelSummary(model: LayersModel) {
143 return {
144 layers: model.layers.map(getLayerSummary),
145 };
146}
147
148/*
149 * Gets summary information/metadata about a layer.

Callers 1

modelSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…