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

Method weightMap

tfjs-converter/src/executor/graph_executor.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 get weightMap(): NamedTensorsMap {
62 return this.parent ? this.parent.weightMap : this._weightMap;
63 }
64
65 set weightMap(weightMap: NamedTensorsMap) {
66 const weightIds = Object.keys(weightMap).map(

Callers

nothing calls this directly

Calls 1

concatMethod · 0.65

Tested by

no test coverage detected