Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
destroy
Method · 0.80
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected