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

Method emitAttributes

source/python.js:17430–17432  ·  view source on GitHub ↗
(attributes)

Source from the content-addressed store, hash-verified

17428 return sv.call(loc, this.method, args, kwargs, n_binders);
17429 }
17430 emitAttributes(attributes) {
17431 return attributes.map((attr) => new torch._C.NamedValue(attr.range(), attr.arg, this.emitExpr(attr.value)));
17432 }
17433 emitApplySpecialForm(form, apply, sv, type_hint) {
17434 switch (form) {
17435 case 'prim::fork': {

Callers 1

emitApplyExprMethod · 0.80

Calls 2

mapMethod · 0.80
emitExprMethod · 0.80

Tested by

no test coverage detected