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

Method debugName

source/python.js:13222–13227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13220 return this;
13221 }
13222 debugName() {
13223 if (this.hasDebugName()) {
13224 return this._unique_name;
13225 }
13226 return this.unique().toString();
13227 }
13228 type() {
13229 return this._type;
13230 }

Callers 8

to_jsonMethod · 0.80
envMethod · 0.80
copyMetadataMethod · 0.80
toStringMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
mapTensorMethod · 0.80
uniqueMethod · 0.80

Calls 3

hasDebugNameMethod · 0.80
toStringMethod · 0.45
uniqueMethod · 0.45

Tested by

no test coverage detected