Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ toDouble
Method
toDouble
source/python.js:13341–13343 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13339
return
this.tag ===
'Double'
;
13340
}
13341
toDouble() {
13342
return
this.value;
13343
}
13344
isComplexDouble() {
13345
return
this.tag ===
'ComplexDouble'
|| this.tag ===
'Complex'
;
13346
}
Callers
3
equals
Method · 0.80
constructor
Method · 0.80
unpack
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected