Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.80
equals
Method · 0.80
attr
Method · 0.80
constructor
Method · 0.80
unpack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected