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

Method _remove_from_list

source/python.js:8884–8887  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8882 [x._next, this._prev] = [this, x];
8883 }
8884 _remove_from_list() {
8885 const [p, n] = [this._prev, this._next];
8886 [p._next, n._prev] = [n, p];
8887 }
8888 __update_args_kwargs(new_args, new_kwargs) {
8889 const update_users_and_input_nodes = (n) => {
8890 if (n instanceof torch.fx.node.Node) {

Callers 1

prependMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected