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

Method is_mutable

source/python.js:6559–6564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6557 return false;
6558 }
6559 is_mutable() {
6560 return this.arguments.some((arg) => {
6561 const aliasInfo = arg.alias_info;
6562 return aliasInfo && aliasInfo.is_write;
6563 });
6564 }
6565 });
6566 this.registerType('torch._C.SchemaInfo', class {
6567 constructor(schema) {

Callers 1

hasUntrackedMutationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected