MCPcopy
hub / github.com/lutzroeder/netron / createLoad

Method createLoad

source/python.js:12338–12343  ·  view source on GitHub ↗
(name, type)

Source from the content-addressed store, hash-verified

12336 return n;
12337 }
12338 createLoad(name, type) {
12339 const n = this.create('prim::Load', [], 1);
12340 n.s_('name', name);
12341 n.output().setType(type);
12342 return n;
12343 }
12344 createStore(name, v) {
12345 const n = this.create('prim::Store', [v], 0);
12346 n.s_('name', name);

Callers 3

insertLoadMethod · 0.80
addBlockOutputMethod · 0.80
addNodeInputMethod · 0.80

Calls 4

s_Method · 0.80
setTypeMethod · 0.80
createMethod · 0.45
outputMethod · 0.45

Tested by

no test coverage detected