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

Method tys

source/python.js:12991–12993  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

12989 return this;
12990 }
12991 tys(name) {
12992 return this._values.get(name)[0];
12993 }
12994 ival_(name, value) {
12995 if (!(value instanceof torch._C.IValue)) {
12996 throw new python.Error('ival_ expects IValue.');

Callers 3

constructorMethod · 0.80
printAttrValueMethod · 0.80
getAttributeMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected