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

Method __reduce__

source/python.js:20858–20860  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20856 return this._itemsize;
20857 }
20858 __reduce__() {
20859 return this._name;
20860 }
20861 __str__() {
20862 return `torch.${this._name}`;
20863 }

Callers 6

__int__Method · 0.80
__float__Method · 0.80
tolistMethod · 0.80
constructorMethod · 0.80
typeMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected