MCPcopy Index your code
hub / github.com/lutzroeder/netron / freeValue

Method freeValue

source/python.js:12433–12436  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

12431 this.all_nodes.delete(n);
12432 }
12433 freeValue(v) {
12434 v.setDebugName('');
12435 this.all_values.delete(v);
12436 }
12437 freeBlock(b) {
12438 this.all_blocks.delete(b);
12439 }

Callers 1

eraseOutputMethod · 0.80

Calls 2

setDebugNameMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected