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

Method has_storage

source/python.js:16401–16403  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

16399 });
16400 this.registerType('torch._C.DeserializationStorageContext', class extends Map {
16401 has_storage(name) {
16402 return this.has(name);
16403 }
16404 get_storage(name) {
16405 return this.get(name);
16406 }

Callers 3

readArchiveAndTensorsMethod · 0.80
constructorMethod · 0.80
load_pickleMethod · 0.80

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected