Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ makeSugared
Method
makeSugared
source/python.js:6714–6717 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
6712
this._classType = classType;
6713
}
6714
makeSugared(v) {
6715
v.setType(this._classType);
6716
return
new
torch._C.SimpleValue(v);
6717
}
6718
getClassType() {
6719
return
this._classType;
6720
}
Callers
1
emitFormalArguments
Method · 0.80
Calls
1
setType
Method · 0.80
Tested by
no test coverage detected