Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_json
Method · 0.80
env
Method · 0.80
copyMetadata
Method · 0.80
toString
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
mapTensor
Method · 0.80
unique
Method · 0.80
Calls
3
hasDebugName
Method · 0.80
toString
Method · 0.45
unique
Method · 0.45
Tested by
no test coverage detected