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

Method hasDebugName

source/python.js:13181–13183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13179 return true;
13180 }
13181 hasDebugName() {
13182 return this._unique_name && this._unique_name.length > 0;
13183 }
13184 setDebugName(name) {
13185 if (!this.isValidName(name)) {
13186 throw new python.Error(`Invalid name '${name}'.`);

Callers 8

defaultSchemaForMethod · 0.80
setDebugNameMethod · 0.80
debugNameMethod · 0.80
copyMetadataMethod · 0.80
setSugaredVarMethod · 0.80
constructorMethod · 0.80
mapTensorMethod · 0.80
uniqueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected