Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ weights
Method
weights
tfjs-converter/src/executor/graph_model.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
get weights(): NamedTensorsMap {
80
return
this.executor.weightMap;
81
}
82
83
get metadata(): {} {
84
return
this.artifacts.userDefinedMetadata;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected