MCPcopy Index your code
hub / github.com/lutzroeder/netron / add_storage

Method add_storage

source/python.js:16407–16409  ·  view source on GitHub ↗
(name, storage)

Source from the content-addressed store, hash-verified

16405 return this.get(name);
16406 }
16407 add_storage(name, storage) {
16408 return this.set(name, storage);
16409 }
16410 });
16411 this.registerType('torch.ScriptFunction', class {
16412 constructor(name, graph /*, function_creator */) {

Callers 2

readArchiveAndTensorsMethod · 0.80
load_pickleMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected