Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ trainable
Method
trainable
tfjs-layers/src/variables.ts:123–125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
121
}
122
123
get trainable(): boolean {
124
return
this.trainable_;
125
}
126
127
set trainable(trainable: boolean) {
128
this.trainable_ = trainable;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected