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

Method type

source/python.js:13228–13230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13226 return this.unique().toString();
13227 }
13228 type() {
13229 return this._type;
13230 }
13231 setType(type) {
13232 // torch._C.AT_ASSERT(type instanceof torch.Type);
13233 if (type instanceof torch._C.DynamicType) {

Callers

nothing calls this directly

Calls 8

mapMethod · 0.80
elementsMethod · 0.80
toEnumHolderMethod · 0.80
toListMethod · 0.80
getMethod · 0.45
createMethod · 0.45
typeMethod · 0.45
elementTypeMethod · 0.45

Tested by

no test coverage detected