MCPcopy 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

readArchiveAndTensorsMethod · 0.80
load_pickleMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected