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

Method constructThrowsExitPair

source/python.js:18717–18719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18715 return exit_pair;
18716 }
18717 constructThrowsExitPair() {
18718 return new torch._C.ExitPair(this._throws_val, []);
18719 }
18720 constructWontExitPair() {
18721 return new torch._C.ExitPair(this._false_val, []);
18722 }

Callers 2

transformIfMethod · 0.80
transformExitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected