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

Method createUninitialized

source/python.js:12229–12233  ·  view source on GitHub ↗
(typ)

Source from the content-addressed store, hash-verified

12227 return n;
12228 }
12229 createUninitialized(typ) {
12230 const n = this.create('prim::Uninitialized');
12231 n.output().setType(typ);
12232 return n;
12233 }
12234 createEnumValue(e) {
12235 const enum_type = e.type().expect(torch.EnumType);
12236 const n = this.create('prim::EnumValue', [e]);

Callers 4

emitOutputMethod · 0.80
emitIfElseBlocksMethod · 0.80
emitApplySpecialFormMethod · 0.80
getUnitValueMethod · 0.80

Calls 3

setTypeMethod · 0.80
createMethod · 0.45
outputMethod · 0.45

Tested by

no test coverage detected