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