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

Method noMutableValues

source/python.js:7409–7411  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

7407 this._made_change = this._made_change || (initial_outputs !== node.outputs().length);
7408 }
7409 noMutableValues(values) {
7410 return values.every((v) => !torch._C.AliasDb.isMutableType(v));
7411 }
7412 getOrCreateAliasDb() {
7413 if (!this._aliasDb) {
7414 this._aliasDb = new torch._C.AliasDb(this._graph);

Callers 1

supportedNodeMethod · 0.80

Calls 1

isMutableTypeMethod · 0.80

Tested by

no test coverage detected