MCPcopy Index your code
hub / github.com/lutzroeder/netron / copyAttributes

Method copyAttributes

source/python.js:12855–12858  ·  view source on GitHub ↗
(rhs)

Source from the content-addressed store, hash-verified

12853 this._callstack = s._callstack;
12854 }
12855 copyAttributes(rhs) {
12856 this._values = new Map(rhs._values);
12857 return this;
12858 }
12859 dropInput(i) {
12860 torch._C.AT_ASSERT(i < this._inputs.length);
12861 const input_node = this._inputs[i];

Callers 1

cloneFromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected