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

Method constructWontExitPair

source/python.js:18720–18722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18718 return new torch._C.ExitPair(this._throws_val, []);
18719 }
18720 constructWontExitPair() {
18721 return new torch._C.ExitPair(this._false_val, []);
18722 }
18723 constructWillExitPair(exit_val_ref) {
18724 return new torch._C.ExitPair(this._true_val, exit_val_ref);
18725 }

Callers 3

transformLoopMethod · 0.80
transformIfMethod · 0.80
transformExitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected