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

Method freeBlock

source/python.js:12437–12439  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

12435 this.all_values.delete(v);
12436 }
12437 freeBlock(b) {
12438 this.all_blocks.delete(b);
12439 }
12440 copy() {
12441 const new_g = new torch.Graph();
12442 new_g.cloneFrom(this);

Callers 1

destroyMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected