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

Method elements

source/python.js:7165–7167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7163 return new torch._C.Tuple(elements);
7164 }
7165 elements() {
7166 return this._elements;
7167 }
7168 });
7169 this.registerFunction('torch._C.tupleConstruct', (stack, num_inputs) => {
7170 torch._C.TORCH_CHECK(num_inputs <= stack.length);

Callers 13

_argument_typeMethod · 0.80
constructorMethod · 0.80
strMethod · 0.80
__str__Method · 0.80
createTupleUnpackMethod · 0.80
createTupleSliceMethod · 0.80
typeMethod · 0.80
getAdjTupleIndexMethod · 0.80
emitTupleIndexMethod · 0.80
emitTupleSliceMethod · 0.80
toTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected