MCPcopy Index your code
hub / github.com/lutzroeder/netron / toObject

Method toObject

source/python.js:13329–13331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13327 return this.tag === 'Object';
13328 }
13329 toObject() {
13330 return this.value;
13331 }
13332 isTensor() {
13333 return this.tag === 'Tensor';
13334 }

Callers 5

constructorMethod · 0.80
equalsMethod · 0.80
attrMethod · 0.80
constructorMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected