Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ get_storage
Method
get_storage
source/python.js:16404–16406 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
16402
return
this.has(name);
16403
}
16404
get_storage(name) {
16405
return
this.get(name);
16406
}
16407
add_storage(name, storage) {
16408
return
this.set(name, storage);
16409
}
Callers
2
readArchiveAndTensors
Method · 0.80
load_pickle
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected