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

Method input

source/python.js:12758–12764  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

12756 return this._outputs;
12757 }
12758 input(i) {
12759 if (i === undefined) {
12760 torch._C.AT_ASSERT(this._inputs.length === 1);
12761 return this._inputs[0];
12762 }
12763 return this._inputs[i];
12764 }
12765 output(i) {
12766 if (i === undefined) {
12767 torch._C.AT_ASSERT(this._outputs.length === 1);

Callers 6

inlineIfMethod · 0.45
combineConcatsMethod · 0.45
optimizeBlockMethod · 0.45
constructorMethod · 0.45
eraseBlockLoadStoresMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected