MCPcopy Create free account
hub / github.com/tensorflow/tfjs / weights

Function weights

tfjs-layers/src/engine/container.ts:586–588  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584 }
585
586 override get weights(): LayerVariable[] {
587 return this.trainableWeights.concat(this.nonTrainableWeights);
588 }
589
590 /**
591 * Loads all layer weights from a JSON object.

Callers

nothing calls this directly

Calls 1

concatMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…