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

Method getValue

source/python.js:15638–15640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15636 return this._value;
15637 }
15638 getValue() {
15639 return this._value;
15640 }
15641 asTuple(loc, m, size_hint) {
15642 const make_simple_value = (v) => new torch._C.SimpleValue(v);
15643 if (this._value.type() instanceof torch.TupleType) {

Callers 3

constructorMethod · 0.45
attrMethod · 0.45
getitemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected