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

Method getOperator

source/python.js:12674–12680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12672 return this._op;
12673 }
12674 getOperator() {
12675 const maybe = this.maybeOperator();
12676 if (maybe) {
12677 return maybe;
12678 }
12679 throw new python.Error(`Schema not found for node '${this.kind()}'.`);
12680 }
12681 getOperation() {
12682 return this.getOperator().getOperation(this);
12683 }

Callers 1

getOperationMethod · 0.80

Calls 2

maybeOperatorMethod · 0.80
kindMethod · 0.45

Tested by

no test coverage detected