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

Function trainable

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

Source from the content-addressed store, hash-verified

534 }
535
536 override get trainable() {
537 return this.trainable_;
538 }
539
540 override set trainable(trainable: boolean) {
541 this.layers.forEach(layer => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…